Search Results for

    Show / Hide Table of Contents

    ExcelFile.PasteFromXlsClipboardFormat Method

    Overloads

    • ExcelFile.PasteFromXlsClipboardFormat(Int32, Int32, TFlxInsertMode, Stream)
    • ExcelFile.PasteFromXlsClipboardFormat(Int32, Int32, TFlxInsertMode, Stream, Boolean)

    ExcelFile.PasteFromXlsClipboardFormat(Int32, Int32, TFlxInsertMode, Stream)

    Pastes the clipboard contents beginning on cells row, col.

    Remarks

    See the copy and paste demo.

    Syntax

    Namespace: FlexCel.Core

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

    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.

    See also

    • ExcelFile

    ExcelFile.PasteFromXlsClipboardFormat(Int32, Int32, TFlxInsertMode, Stream, Boolean)

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

    public abstract 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

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