[]
Gets or sets the value of the cell specified by its row and column.
public object this[int row, int col] { get; set; }
Type | Name | Description |
---|---|---|
int | row | The row. |
int | col | The column. |
Gets or sets the value of the cell specified by its row and column.
public object this[GridRow row, GridColumn col] { get; set; }
Type | Name | Description |
---|---|---|
GridRow | row | The row. |
GridColumn | col | The column. |