Language
The Free and Open Productivity Suite
:: 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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.