TabSheetSettings.PasteMode

Syntax

PasteMode: PP.Ui.PasteMode

Description

The PasteMode property sets mode for pasting data into the table.

Comments

Use the setPasteMode method to set property value, and the getPasteMode method to get property value. Property value cannot be set from JSON.

An element of the PP.Ui.PasteMode enumeration is used as a parameter of the setPasteMode method.

Example

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

See also:

TabSheetSettings