ViewRowList.Item Property
Previous Next
Gets or sets the ViewRow at the specified index.
[Visual Basic]
Public Default Property Item( _
ByVal index As Integer _
) As ViewRow
[C#]
public ViewRow this[
int index
] {get;set;}
[Delphi]
public property Item[
index: Int32
]: ViewRow read get_Item write set_Item;
See Also
ViewRowList Class | ViewRowList Members | C1.Win.C1TrueDBGrid.BaseGrid Namespace