Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / OnSelectionChanging Method
The cell range.


In This Topic
    OnSelectionChanging Method (ModelessForm)
    In This Topic
    Called when user is selecting cell range.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelectionChanging( _
       ByVal cellRange As CellRange, _
       ByVal allSelectedCellRanges() As CellRange _
    ) 
    'Usage
     
    
    Dim instance As ModelessForm
    Dim cellRange As CellRange
    Dim allSelectedCellRanges() As CellRange
     
    instance.OnSelectionChanging(cellRange, allSelectedCellRanges)
    protected virtual void OnSelectionChanging( 
       CellRange cellRange,
       CellRange[] allSelectedCellRanges
    )

    Parameters

    cellRange
    The cell range.
    allSelectedCellRanges
    See Also