Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessForm Class / OnSelectionChanged Method
The cell range.
Array of selected cell ranges


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

    Parameters

    cellRange
    The cell range.
    allSelectedCellRanges
    Array of selected cell ranges
    See Also