UpdateSelectionCellRange Method (ModelessForm)
In This Topic
Updates the selection cell range.
Syntax
'Declaration
Protected Overridable Sub UpdateSelectionCellRange( _
ByVal As SheetView, _
ByVal () As CellRange _
)
'Usage
Dim instance As ModelessForm
Dim sheetView As SheetView
Dim allSelectedCellRanges() As CellRange
instance.UpdateSelectionCellRange(sheetView, allSelectedCellRanges)
protected virtual void UpdateSelectionCellRange(
SheetView ,
CellRange[]
)
Parameters
- sheetView
- The sheet view.
- allSelectedCellRanges
- All selected cell ranges.
See Also