clear(removeBorder: Boolean, removeOverlay: Boolean);
removeBorder. Indicates whether selection border most be removed. Available Values:
true. It is required to remove selection borders.
false. It is not required to remove selection borders.
removeOverlay. Indicates whether selection fill must be removed. Available Values:
true. It is required to remove selection fill.
false. It is not required to remove selection fill.
The clear method clears table row selection.
The example of use is given on the page with description of the DataGridSelection class constructor.
See also: