Set or retrieve the cell value at the given row and column.
[Visual Basic]
Public Default Property Item( _
ByVal row As Integer, _
ByVal col As Integer _
) As Object
[C#]
public object this[
int row,
int col
] {get;set;}
[Delphi]
public property Item[
row: Int32;
col: Int32
]: Object read get_Item write set_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. |