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.
|
|
Copyright © 2010 Sun Microsystems, Inc.