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


In This Topic
    ExtendSelection Method (BaseSheetSelectionModel)
    In This Topic
    Specifies the extent (or farthest cell) in the selection of cells.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ExtendSelection( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim row As Integer
    Dim column As Integer
     
    instance.ExtendSelection(row, column)
    public virtual 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