Search Results for

    Show / Hide Table of Contents

    TExcelFile.PasteFromTextClipboardFormat Method

    Pastes the clipboard contents beginning on cells row, col.

    Remarks

    See the copy and paste demo.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.PasteFromTextClipboardFormat(const row: Integer; const col: Integer; const insertMode: TFlxInsertMode; const data: string); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const row Integer First row where to paste.
    const col Integer First column where to paste.
    const insertMode TFlxInsertMode How the pasted cells will be inserted on the file.
    const data string A string containing a tab separated text format.

    See also

    • TExcelFile
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com