[]
Gets the CellType.
public ICellType GetCellType(int row, int column)
Public Function GetCellType(row As Integer, column As Integer) As ICellType
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| Type | Description |
|---|---|
| ICellType | A CellType of a cell. |