Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearSelections Method


In This Topic
    ClearSelections Method
    In This Topic
    Clears the selections.
    Syntax
    'Declaration
     
    Public Sub ClearSelections() 
    'Usage
     
    Dim instance As Worksheet
     
    instance.ClearSelections()
    public void ClearSelections()
    See Also