Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / ExtendSelection Method
The row index of the extended selection.
The column index of the extended selection.


In This Topic
    ExtendSelection Method (SheetView)
    In This Topic
    Specifies the last cell in the cell selection.
    Syntax
    'Declaration
     
    Public Sub ExtendSelection( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    Dim instance As SheetView
    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.
    See Also