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


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

    Return Value

    true if there are no cell spans; false otherwise
    Example
    This example finds the span in the model with the specified row and column.
    See Also