Copies the contents of the specified table window rows to the Clipboard in text format. In the Clipboard, columns are delimited by TAB characters and rows are delimited by end-of-line characters. Set flagsOn to zero (0) and flagsOff to zero (0) to copy the entire table.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean CopyRows(
	SalNumber flagsOn,
	SalNumber flagsOff
)

Parameters

flagsOn
Type: PPJ.Runtime..::..SalNumber
The flags that the row should have. You can combine ROW* flags using the OR (|) operator. NflagsOff Number. The flags that the row should not have. You can combine ROW* flags using the OR (|) operator.
flagsOff
Type: PPJ.Runtime..::..SalNumber
The flags that the row should have. You can combine ROW* flags using the OR (|) operator.

Return Value

bool

See Also