Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetStyleModel Class / IsEmpty Method
Example


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()

    Return Value

    true if the model has no data; false otherwise
    Remarks
    This implementation always returns true.
    Example
    This example returns whether the model has no style settings.
    See Also