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


In This Topic
    IsEmpty Method (BaseSheetStyleModel)
    In This Topic
    Determines whether the model has no style settings.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsEmpty() As Boolean
    'Usage
     
    
    Dim instance As BaseSheetStyleModel
    Dim value As Boolean
     
    value = instance.IsEmpty()
    public virtual bool IsEmpty()
    See Also