Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsCellTypeSet Method


In This Topic
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()
See Also