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


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