Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / INotifySelectionChanged Interface / 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 (INotifySelectionChanged)
    In This Topic
    Specifies the extent (or farthest cell) in the selection of cells.
    Syntax
    'Declaration
     
    
    Function ExtendSelection( _
       ByVal extendRow As Integer, _
       ByVal extendColumn As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As INotifySelectionChanged
    Dim extendRow As Integer
    Dim extendColumn As Integer
    Dim value As Boolean
     
    value = instance.ExtendSelection(extendRow, extendColumn)
    bool 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