clearRangeSelection static method

bool clearRangeSelection(
  1. FdcGridController controller
)

Clears the active range selection.

Implementation

static bool clearRangeSelection(FdcGridController controller) {
  return controller._clearRangeSelectionCommand();
}