[]
Gets the cell at a specified position.
ITableCell GetCell(int row, int col)
Function GetCell(row As Integer, col As Integer) As ITableCell
Type | Name | Description |
---|---|---|
int | row | The row index. |
int | col | The column index. |
Type | Description |
---|---|
ITableCell | The ITableCell at the specified position. |