21module
com { module sun { module star { module sheet {
provides methods for moving ranges of cells in a sheet.
Definition XCellRangeMovement.idl:27
void copyRange([in] com::sun::star::table::CellAddress aDestination, [in] com::sun::star::table::CellRangeAddress aSource)
copies a cell range to another position in the document.
void moveRange([in] com::sun::star::table::CellAddress aDestination, [in] com::sun::star::table::CellRangeAddress aSource)
moves a cell range to another position in the document.
void removeRange([in] com::sun::star::table::CellRangeAddress aRange, [in] com::sun::star::sheet::CellDeleteMode nMode)
deletes cells, moving other cells up or left.
void insertCells([in] com::sun::star::table::CellRangeAddress aRange, [in] com::sun::star::sheet::CellInsertMode nMode)
inserts cells, moving other cells down or right.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
CellInsertMode
is used to specify how cells are moved when new cells are inserted.
Definition CellInsertMode.idl:27
CellDeleteMode
is used to specify how remaining cells are moved when cells are deleted.
Definition CellDeleteMode.idl:27
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27