|
Syntax
- void paste
(
- com::sun::star::table::CellAddress aDestination );
Description
pastes the contents of the clipboard at the specified
position on the sheet.
Syntax
- void pasteFormat
(
- com::sun::star::table::CellAddress aDestination,
- string aFormat );
Description
pastes the contents of the clipboard at the
specified position on the sheet, using the specified format.
Syntax
- void pasteCellRange
(
- com::sun::star::table::CellRangeAddress aDestination,
- com::sun::star::sheet::PasteOperation nOperation,
- short nContents,
- boolean bSkipEmpty,
- boolean bTranspose,
- boolean bAsLink,
- com::sun::star::sheet::CellInsertMode nInsert );
Description
pastes clipboard data from a cell range into
another cell range.
The contents of the clipboard must be from a cell range.
|