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


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