Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / IsEmpty Method


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

    Return Value

    True if the model contains no selections; false otherwise
    See Also