clearRangeSelection static method
Clears the active range selection.
Implementation
static bool clearRangeSelection(FdcGridController controller) {
return controller._clearRangeSelectionCommand();
}
Clears the active range selection.
static bool clearRangeSelection(FdcGridController controller) {
return controller._clearRangeSelectionCommand();
}