[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCellType

GetCellType Method

GetCellType(int, int)

Gets the CellType.

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

The row.

int column

The column.

Returns
Type Description
ICellType

A CellType of a cell.