Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / BaseSheetSelectionModel Class / ClearSelection Method


In This Topic
    ClearSelection Method (BaseSheetSelectionModel)
    In This Topic
    Removes all of the selections from the sheet so that cells are no longer selected.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearSelection() 
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
     
    instance.ClearSelection()
    public virtual void ClearSelection()
    See Also