Search Results for

    Show / Hide 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

    • XlsFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com