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
public virtual ICellType CellType {get; set;}
See Also