[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.C1TrueDBGrid.Item

this Property

this[int]

Gets the row object associated with the given row.

Declaration
[Browsable(false)]
public object this[int row] { get; }
Parameters
Type Name Description
int row

this[int, int]

Gets or sets the cell value at the given row and column.

Declaration
[Browsable(false)]
public object this[int row, int col] { get; set; }
Parameters
Type Name Description
int row
int col

this[int, string]

Gets or sets the cell value at the given row and column.

Declaration
[Browsable(false)]
public object this[int row, string columnName] { get; set; }
Parameters
Type Name Description
int row
string columnName