Table of Contents

XlsFile.PasteFromXlsClipboardFormat Method

Pastes the clipboard contents beginning on cells row, col, with the option to convert formulas to their values.

Remarks

See the copy and paste demo.

Syntax

Namespace: FlexCel.XlsAdapter

public override void PasteFromXlsClipboardFormat(Int32 row, Int32 col, TFlxInsertMode insertMode, Stream data, Boolean convertFormulasToValues)

Parameters

<-> Parameter Type Description
row Int32 First row where to paste.
col Int32 First column where to paste.
insertMode TFlxInsertMode How the pasted cells will be inserted on the file.
data Stream A stream containing a Native xls format.
convertFormulasToValues Boolean If true, the formulas will be converted to values.

See also