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


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