TXlsFile.PasteFromTextClipboardFormat Method
Pastes the clipboard contents beginning on cells row, col.
See the copy and paste demo.
Syntax
Unit: FlexCel.XlsAdapter
procedure TXlsFile.PasteFromTextClipboardFormat(const row: Integer; const col: Integer; const insertMode: TFlxInsertMode; const data: string); override;
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