select(range: PP.Ui.TabSheetRange, saveCurrentSelections: Boolean, startCoord: PP.Ui.TabSheetCoord, fireEvent: PP.Delegate);
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.
The select method selects a specified cell range.
The example of method use is given on the TabSheetSettings.EnableCopyPaste and TabSheetCell.Value property description page.
Seebsp;also: