ComponentOne True DBGrid for WinForms
Item Property (SelectedRowCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > SelectedRowCollection Class : Item Property
Gets or sets the specified Row index from the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Integer
public System.int this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

SelectedRowCollection Class
SelectedRowCollection Members