FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / CellType Property


In This Topic
CellType Property (Cell)
In This Topic
Gets or sets the type of cell.
Syntax
'Declaration
 
Public Property CellType As ICellType
 
'Usage
 
Dim instance As Cell
Dim value As ICellType
 
instance.CellType = value
 
value = instance.CellType
See Also