Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ISheetSelectionModel Interface / ExtendSelection Method
Row index of farthest cell in the selection
Column index of farthest cell in the selection


In This Topic
    ExtendSelection Method (ISheetSelectionModel)
    In This Topic
    Specifies the extent (or farthest cell) in the selection of cells.
    Syntax
    'Declaration
     
    
    Sub ExtendSelection( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As ISheetSelectionModel
    Dim row As Integer
    Dim column As Integer
     
    instance.ExtendSelection(row, column)
    void ExtendSelection( 
       int row,
       int column
    )

    Parameters

    row
    Row index of farthest cell in the selection
    column
    Column index of farthest cell in the selection
    See Also