[]
Returns the GridCell object displayed in the specified row and column.
public GridCell this[int row, int col] { get; }
Type | Name | Description |
---|---|---|
int | row | The row number. |
int | col | The column number. |
Type | Description |
---|---|
GridCell | The GridCell object. |
If the GridCell object with specified row and column numbers doesn't exist when this property is called, it is created. Also this property call migh create missing rows and columns if required.