Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / IsEmpty Method


In This Topic
IsEmpty Method (StyleFormat)
In This Topic
Determines whether this StyleFormat is empty.
Syntax
'Declaration
 
Public Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As StyleFormat
Dim value As Boolean
 
value = instance.IsEmpty()

Return Value

true if this StyleFormat is empty; otherwise, false.
See Also