APNSoft Controls [4.5.2.20] - API Reference
GridRowCollection.Item Property (Int32)

Gets the specified GridRow from the collection.

[Visual Basic]
Overridable Overloads Public Default ReadOnly Property Item( _
   ByVal index As Integer _
) As GridRow
[C#]
public virtual GridRow this[
   int index
] {get;}

Parameters

index
Row index.

See Also

GridRowCollection Class | APNSoft.WebControls Namespace | GridRowCollection.Item Overload List