TabSheetSelection.removeArea

Syntax

removeArea(area: Object);

Parameters

area. Selection area to be removed. This is a JSON object with the following fields: Nodes - array of HTML document nodes, Range - range of cells in selected table area, Type - type of selected area (this value equals to an element of the PP.Ui.TabSheetSelection.AreaType enumeration).

Description

The removeArea method removes selected areas in the table.

Example

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

Seebsp;also:

TabSheetSelection