DataGridSelection.removeArea

Syntax

removeArea(area: Object);

Parameters

area. Selection area.

Description

The removeArea method removes the specified table row selection area.

Comments

Description of selection area is given on the DataGridSelection.getSelectedAreas page.

Example

The example of use is given on the page with description of the DataGridSelection.getSelectedAreas method.

See also:

DataGridSelection