Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / IsEmpty Method


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