Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheetView Interface / ClearSelections Method


In This Topic
    ClearSelections Method
    In This Topic
    Clears all selections.
    Syntax
    'Declaration
     
    Sub ClearSelections() 
    'Usage
     
    Dim instance As IWorksheetView
     
    instance.ClearSelections()
    void ClearSelections()
    See Also