[]
Gets the cell type for a cell at the specified row and column.
public virtual ICellType GetCellType(int row, int column)
Public Overridable Function GetCellType(row As Integer, column As Integer) As ICellType
Type | Name | Description |
---|---|---|
int | row | Row index of the cell |
int | column | Column index of the cell |
Type | Description |
---|---|
ICellType |