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


In This Topic
    IsEmpty Method (ISheetAxisModel)
    In This Topic
    Determines whether there are no rows and columns in the model.
    Syntax
    'Declaration
     
    
    Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As ISheetAxisModel
    Dim value As Boolean
     
    value = instance.IsEmpty()
    bool IsEmpty()
    See Also