Skip to content

GridSections Object

Description

Collection of grid sections (header, footer, or body).

For a list of all members defined in this module, see GridSections Members.

Object Model

GridSections Object Model
Parent Child Diagram
GridSection Diagram

Remarks

The grid can contain one or more sections (currently only three are possible). By default, and in most typical use situations, there will be no more than three:

  1. Header (index 0)
  2. Body (index 1)
  3. Footer (index 2)

The index of the section will tell you which section a row belongs to.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.