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


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()
    Example
    This example uses the ClearSelections method.
    See Also