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


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

Return Value

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