Content for OpenOffice.org version 3.3.
:: com :: sun :: star :: sheet ::
|
| deprecated |
interface XSheetPastable |
|
|
|
- Usage Restrictions
- deprecated
- Description
- represents a sheet into which contents of the clipboard can be pasted.
|
| Methods' Summary |
| paste |
pastes the contents of the clipboard at the specified
position on the sheet.
|
| pasteFormat |
pastes the contents of the clipboard at the
specified position on the sheet, using the specified format.
|
| pasteCellRange |
pastes clipboard data from a cell range into
another cell range.
|
| Methods' Details |
paste
- Description
- pastes the contents of the clipboard at the specified
position on the sheet.
|
|
pasteFormat
| void |
| pasteFormat( |
[in] ::com::sun::star::table::CellAddress |
aDestination, |
| [in] string |
aFormat ); |
- Description
- pastes the contents of the clipboard at the
specified position on the sheet, using the specified format.
|
|
pasteCellRange
- Description
- pastes clipboard data from a cell range into
another cell range.
The contents of the clipboard must be from a cell range.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.