[]
Obtains an IGridCell given the row and column numbers.
IGridCell GetCellAt(int row, int column)
| Type | Name | Description |
|---|---|---|
| int | row | The row number of the cell. |
| int | column | The column number of the cell. |
| Type | Description |
|---|---|
| IGridCell | The IGridCell at the specified row and column. |