TabSheet.select

Syntax

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

Parameters

range. Range to be selected.

saveCurrentSelections. Additional selection checkbox (if it is True, new selection is added to already selected range, when this parameter is False, previous selection is reset).

startCoord. New starting coordinate.

fireEvent. Determines whether to fire selection event. If the parameter is set to True, the event is fired, otherwise it is not. Optional parameter.

Description

The select method selects a specified cell range.

Example

The example of method use is given on the TabSheetSettings.EnableCopyPaste and TabSheetCell.Value property description page.

Seebsp;also:

TabSheet