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


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