[]
        
(Showing Draft Content)

C1.Win.FlexGrid.Row.Item

this Property

this[int]

Gets or sets the cell value specified by the column index in this row.

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

this[string]

Gets or sets the cell value specified by the column name in this row.

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