[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridPanel.Item

this Property

this[GridRow, GridColumn]

Gets or sets the value of the cell specified by its row and column.

Declaration
public object this[GridRow row, GridColumn col] { get; set; }
Parameters
Type Name Description
GridRow row

The row.

GridColumn col

The column.

this[int, int]

Gets or sets the value of the cell specified by its row and col.

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

The row.

int col

The column.