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


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

    Return Value

    true if the model has no selections of cells; false otherwise
    Example
    This example returns whether the model has any selections.
    See Also