ITabSheet.Paste

Fore Syntax

Paste;

Fore.NET 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.

Fore and Fore.NET Example

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

See also:

ITabSheet