IsCellTypeSet Method (StyleInfo)
In This Topic
Gets whether the type of cell (CellType property) is set.
Syntax
'Declaration
Public Overrides Function IsCellTypeSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsCellTypeSet()
public override bool IsCellTypeSet()
See Also