Click or drag to resize

IRecordCopyTableToClipboard Method

Copies the specified table to the Clipboard.

Namespace:  Opait.ReportMiner.Api
Assembly:  Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntax
C#
void CopyTableToClipboard(
	ITable table
)

Parameters

table
Type: Opait.ReportMiner.ApiITable
The table to copy.
Remarks
The table is copied both in text and comma-delimited formats.
See Also