Item Property (GridRowCollection)
In This Topic
Gets or sets the
GridRow at a specified index in the list.
Syntax
'Declaration
Public Shadows Default Property Item( _
ByVal As Integer _
) As GridRow
public new GridRow this[
int
]; {get; set;}
Parameters
- index
- Index of the row to get or set.
Property Value
The
GridRow at the specified index.
See Also