TabSheetSelection.select

Syntax

select(range: PP.Ui.TabSheetRange, saveCurrentSelections: Boolean, startCoord: PP.Ui.TabSheetCoord, fireEvent: Boolean);

Parameters

range. Cell range to be selected.

saveCurrentSelections. Indication of additional selection (if this parameter is True new selection is added to the available one, if it is False the previous selection is reset).

startCoord. Start coordinate of the selection.

fireEvent. Determines whether to fire selection event. If the parameter is set to True the event is fired, otherwise it is not. This is an optional parameter, by default it is set to True.

Description

The select method selects specified cell range.

Example

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

Seebsp;also:

TabSheetSelection