Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetStyleModel Class / IsEmpty Method


In This Topic
IsEmpty Method (BaseSheetStyleModel)
In This Topic
Determines whether the model has no style settings.
Syntax
'Declaration
 
Public Overridable Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As BaseSheetStyleModel
Dim value As Boolean
 
value = instance.IsEmpty()
See Also