Skip to content

Index Property

Description

Index of the grid section.

Property Type

Read-only property.

Syntax (Visual Basic)

Public Property Index() As Long

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: one for the header (index 0), one for the body (index 1), and one for the footer (index 2). The index of the section will tell you which section a row belongs to.

XTPGridSection is used to identify which section the row is in.

See Also


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