Table of Contents

TXlsFile.CopyToClipboardFormat Method

Copies a range on the active sheet to a clipboard stream, on the specified format.

Remarks

See the copy and paste demo.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.CopyToClipboardFormat(const clipboardFormat: TFlexCelClipboardFormat; const range: TXlsCellRange; const outStream: TStream); overload; override;

Parameters

<-> Parameter Type Description
const clipboardFormat TFlexCelClipboard​Format Format you want to copy into outStream.
const range TXlsCellRange Range with the cells to copy.
const outStream TStream Stream where the clipboard info will be copied. If null, nothing will be copied.

See also