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


In This Topic
IsEmpty Method (BaseSheetDataModel)
In This Topic
Determines whether the model is empty of data.
Syntax
'Declaration
 
Public Overridable Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As BaseSheetDataModel
Dim value As Boolean
 
value = instance.IsEmpty()
See Also