Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSpanModel Interface / IsEmpty Method


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