Item Property (RowCollection)
In This Topic
Gets the
Row object at a given index in the collection.
Syntax
'Declaration
Public Shadows ReadOnly Default Property Item( _
ByVal As System.Integer _
) As Row
public new Row this[
System.int
]; {get;}
Parameters
- index
See Also