Skip to content

Section Property

Description

Gets the specified GridSection from the collection of sections.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property Section( _
    ByVal [Index](#) As Long _
) As [GridSection](XtremeGridControl~GridSection.md)

Parameters

  • Index: Index of the section to return.

Return Type

Reference to the specified GridSection.

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.

See Also


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