Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSpanModel Class / IsEmpty Method


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