Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetSelectionModel Class / ExtendSelection Method
Row index of the farthest cell in the selection
Column index of the farthest cell in the selection


In This Topic
    ExtendSelection Method (DefaultSheetSelectionModel)
    In This Topic
    Specifies the extent (or farthest cell) in the selection of cells.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ExtendSelection( _
       ByVal extendRow As Integer, _
       ByVal extendColumn As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultSheetSelectionModel
    Dim extendRow As Integer
    Dim extendColumn As Integer
     
    instance.ExtendSelection(extendRow, extendColumn)
    public override void ExtendSelection( 
       int extendRow,
       int extendColumn
    )

    Parameters

    extendRow
    Row index of the farthest cell in the selection
    extendColumn
    Column index of the farthest cell in the selection
    See Also