|
Syntax
- void insertCells
(
- com::sun::star::table::CellRangeAddress aRange,
- com::sun::star::sheet::CellInsertMode nMode );
Description
inserts cells, moving other cells down or right.
Non-empty cells cannot be moved off the sheet.
Syntax
- void removeRange
(
- com::sun::star::table::CellRangeAddress aRange,
- com::sun::star::sheet::CellDeleteMode nMode );
Description
deletes cells, moving other cells up or left.
Syntax
- void moveRange
(
- com::sun::star::table::CellAddress aDestination,
- com::sun::star::table::CellRangeAddress aSource );
Description
moves a cell range to another position in the document.
Syntax
- void copyRange
(
- com::sun::star::table::CellAddress aDestination,
- com::sun::star::table::CellRangeAddress aSource );
Description
copies a cell range to another position in the document.
|