Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / UpdateSelectionCellRange Method
The sheet view.
All selected cell ranges.


In This Topic
UpdateSelectionCellRange Method (ChartSelectDataSource)
In This Topic
Updates the selection cell range.
Syntax
'Declaration
 
Protected Overrides Sub UpdateSelectionCellRange( _
   ByVal sheetView As SheetView, _
   ByVal allSelectedCellRanges() As CellRange _
) 
 
'Usage
 
Dim instance As ChartSelectDataSource
Dim sheetView As SheetView
Dim allSelectedCellRanges() As CellRange
 
instance.UpdateSelectionCellRange(sheetView, allSelectedCellRanges)

Parameters

sheetView
The sheet view.
allSelectedCellRanges
All selected cell ranges.
See Also