Gets or sets the specified Row index from the collection.
[Visual Basic]
Public Default Property Item( _
ByVal index As Integer _
) As Integer
[C#]
public int this[
int index
] {get;set;}
[Delphi]
public property Item[
index: Int32
]: Int32 read get_Item write set_Item;
See Also
SelectedRowCollection Class | SelectedRowCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |