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


In This Topic
IsEmpty Method (DefaultSheetAxisModel)
In This Topic
Determines whether there are no rows and columns in the model.
Syntax
'Declaration
 
Public Overrides Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As DefaultSheetAxisModel
Dim value As Boolean
 
value = instance.IsEmpty()
See Also