Gets the row object associated with the given row.
[Visual Basic]
Public Default ReadOnly Property Item( _
ByVal row As Integer _
) As Object
[C#]
public object this[
int row
] {get;}
[Delphi]
public property Item[
row: Int32
]: Object read get_Item;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace | C1TrueDBGrid.Item Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |