Table of Contents

XlsFile.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

Namespace: FlexCel.XlsAdapter

public override void CopyToClipboardFormat(FlexCelClipboardFormat clipboardFormat, TXlsCellRange range, Stream outStream)

Parameters

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

See also