Spread WPF 16
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ExtendSelection Method
The row index of the extended selection.
The column index of the extended selection.
Example


In This Topic
    ExtendSelection Method (Worksheet)
    In This Topic
    Specifies the last cell in the selection of cells.
    Syntax
    'Declaration
     
    Public Sub ExtendSelection( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim column As Integer
     
    instance.ExtendSelection(row, column)
    public void ExtendSelection( 
       int row,
       int column
    )

    Parameters

    row
    The row index of the extended selection.
    column
    The column index of the extended selection.
    Example
    This example uses the ExtendSelection method.
    See Also