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


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