ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.Item Property

Overload List

Gets the row object associated with the given row.

[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As Object

[C#] public object this[int]{get;}

[Delphi] public property Item[row: Int32]: Object read get_Item;

Set or retrieve the cell value at the given row and column.

[Visual Basic] Overloads Public Default Property Item(Integer, Integer) As Object

[C#] public object this[int, int]{get;set;}

[Delphi] public property Item[row: Int32]: Object read get_Item write set_Item;

Set or retrieve the cell value at the given row and column.

[Visual Basic] Overloads Public Default Property Item(Integer, String) As Object

[C#] public object this[int, string]{get;set;}

[Delphi] public property Item[row: Int32]: Object read get_Item write set_Item;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.