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


In This Topic
    AddSelection(CellRange) Method
    In This Topic
    Adds a cell range to the selection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddSelection( _
       ByVal range As CellRange _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim range As CellRange
     
    instance.AddSelection(range)
    public void AddSelection( 
       CellRange range
    )

    Parameters

    range
    The selected range.
    See Also