ComponentOne True DBGrid for WinForms
Item Property (ViewRowList)

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

Parameters

index
See Also

Reference

ViewRowList Class
ViewRowList Members