Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetSelection Method / SetSelection(CellRange) Method
The selected range.


In This Topic
    SetSelection(CellRange) Method
    In This Topic
    Selects the specified cells.
    Syntax
    'Declaration
     
    Public Overloads Sub SetSelection( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim range As CellRange
     
    instance.SetSelection(range)
    public void SetSelection( 
       CellRange range
    )

    Parameters

    range
    The selected range.
    See Also