[]
Called when user finished selecting cell range.
protected virtual void OnSelectionChanged(CellRange cellRange, CellRange[] allSelectedCellRanges)
Protected Overridable Sub OnSelectionChanged(cellRange As CellRange, allSelectedCellRanges As CellRange())
Type | Name | Description |
---|---|---|
CellRange | cellRange | The cell range. |
CellRange[] | allSelectedCellRanges | Array of selected cell ranges |