'Declaration Public Function GetCellType( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ICellType
Parameters
- row
- The row.
- column
- The column.
Return Value
ICellType object containing the type of cell
'Declaration Public Function GetCellType( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ICellType
fpSpread1.ActiveSheet.Cells[0, 0, 2, 2].CellType = new FarPoint.Win.Spread.CellType.ButtonCellType();
label1.Text = Convert.ToString(fpSpread1.ActiveSheet.GetCellType(1, 1));
FpSpread1.ActiveSheet.Cells(0, 0, 2, 2).CellType = New FarPoint.Win.Spread.CellType.ButtonCellType()
Label1.Text = Convert.ToString(FpSpread1.ActiveSheet.GetCellType(1, 1))
SheetView Class
SheetView Members
CellType Property (Cell)
CellType Property (Row)
CellType Property (Column)