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

Gets the specified GridRow from the collection.

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

Parameters

ID
Row ID.

See Also

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