Copies a range on the active sheet to a clipboard stream, on the specified format.
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