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


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