'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;}
'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;}
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the cell type.