TabSheetRange.select

Syntax

select(fireEvent: PP.Delegate);

Parameters

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 a range of table cells.

Example

The example of use is given on the page with description of the TabSheetRange.add method.

See also:

TabSheetRange