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


In This Topic
IsEmpty Method (BaseSheetSelectionModel)
In This Topic
Determines whether the model has no selections.
Syntax
'Declaration
 
Public Overridable Function IsEmpty() As Boolean
 
'Usage
 
Dim instance As BaseSheetSelectionModel
Dim value As Boolean
 
value = instance.IsEmpty()
See Also