TabSheet.copy

Syntax

copy(range: PP.Ui.TabSheetRange);

Parameters

range. Cell range. Optional parameter.

Description

The copy method returns contents of specified or selected table cell range.

Comments

If the parameter is not specified, this method returns contents of the selected cell range.

The returned value is a string.

Example

The example of method use is given on the page with description of the TabSheet.EnableCopyPaste property.

Seebsp;also:

TabSheet