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


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