ITabSheet.Paste

Syntax

Paste;

Description

The Paste method pastes data from clipboard to the selected table region.

Comments

Numbers with fractional part that are not copied from Foresight Analytics Platform are rounded to visible values.

For example, the number 45.123874 shown in MS Excel as 45.124 is copied to Foresight Analytics Platform as 45.124.

It is used only in the desktop application.

Example

The method use is given in the example for ITabSheet.Copy.

See also:

ITabSheet