Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnSelectionChanged Method
The cell range.


In This Topic
OnSelectionChanged Method (ChartSelectDataSource)
In This Topic
Called when user finished selecting cell range.
Syntax
'Declaration
 
Protected Overrides Sub OnSelectionChanged( _
   ByVal cellRange As CellRange, _
   ByVal allSelectedCellRanges() As CellRange _
) 
 
'Usage
 
Dim instance As ChartSelectDataSource
Dim cellRange As CellRange
Dim allSelectedCellRanges() As CellRange
 
instance.OnSelectionChanged(cellRange, allSelectedCellRanges)

Parameters

cellRange
The cell range.
allSelectedCellRanges
See Also