Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ClearSelection Method / ClearSelection(CellRange) Method
The cell range to be removed from the selection.


In This Topic
    ClearSelection(CellRange) Method
    In This Topic
    Clears the specified selection range from the selection list, if one exists.
    Syntax
    'Declaration
     
    Public Overloads Sub ClearSelection( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim range As CellRange
     
    instance.ClearSelection(range)
    public void ClearSelection( 
       CellRange range
    )

    Parameters

    range
    The cell range to be removed from the selection.
    See Also