[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetCellType

GetCellType Method

GetCellType(int, int)

Gets the cell type for a cell at the specified row and column.

Declaration
public virtual ICellType GetCellType(int row, int column)
Public Overridable Function GetCellType(row As Integer, column As Integer) As ICellType
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

Returns
Type Description
ICellType