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


In This Topic
    ClearSelection Method (ISheetSelectionModel)
    In This Topic
    Removes the selection.
    Syntax
    'Declaration
     
    
    Sub ClearSelection() 
    'Usage
     
    
    Dim instance As ISheetSelectionModel
     
    instance.ClearSelection()
    void ClearSelection()
    See Also