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


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