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



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:
- Header (index 0)
- Body (index 1)
- 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.