Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetStyleModel Interface / IsEmpty Method


In This Topic
IsEmpty Method (ISheetStyleModel)
In This Topic
Determines whether any styles are set in the model.
Syntax
'Declaration
 
Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As ISheetStyleModel
Dim value As Boolean
 
value = instance.IsEmpty()
See Also