Item Property (SelectedRowCollection)
In This Topic
Gets or sets the specified Row index from the collection.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Integer
public int this[
int
]; {get; set;}
Parameters
- index
See Also