Row Property
Description
A collection of GridRow objects. Contains a collection of all selected rows.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property Row( _
ByVal [Index](#) As Long _
) As [GridRow](XtremeGridControl~GridRow.md)
Parameters
- Index: Index of a GridRow within the collection of rows.
Remarks
A collection of GridRow objects that are currently selected. The MultipleSelection property can be used to specify whether multiple GridRows can be selected at the same time in the GridControl.
Rows are added using the add method and removed using the RemoveAt method.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.