:: com :: sun :: star :: sheet ::
|
interface XCellRangeMovement |
|
- Description
- provides methods for moving ranges of cells in a sheet.
|
Methods' Summary |
insertCells |
inserts cells, moving other cells down or right.
|
removeRange |
deletes cells, moving other cells up or left.
|
moveRange |
moves a cell range to another position in the document.
|
copyRange |
copies a cell range to another position in the document.
|
Methods' Details |
insertCells
- Description
- inserts cells, moving other cells down or right.
Non-empty cells cannot be moved off the sheet.
- Parameter aRange
- the cell range in which empty cells will be inserted.
- Parameter nMode
- describes how to move existing cells.
|
|
removeRange
- Description
- deletes cells, moving other cells up or left.
- Parameter aRange
- the cell range to remove.
- Parameter nMode
- describes how to move following cells.
|
|
moveRange
- Description
- moves a cell range to another position in the document.
After copying the contents of the cell range, all cells
will be cleared.
- Parameter aDestination
- the address of the top left cell of the destination range.
- Parameter aSource
- the cell range which will be copied.
|
|
copyRange
- Description
- copies a cell range to another position in the document.
The source cell range keeps unchanged.
- Parameter aDestination
- the address of the top left cell of the destination range.
- Parameter aSource
- the cell range which will be copied.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.