21module
com { module sun { module star { module sheet {
provides a method to apply a Multiple Operations Table to the cell range.
Definition XMultipleOperation.idl:28
void setTableOperation([in] com::sun::star::table::CellRangeAddress aFormulaRange, [in] com::sun::star::sheet::TableOperationMode nMode, [in] com::sun::star::table::CellAddress aColumnCell, [in] com::sun::star::table::CellAddress aRowCell)
creates a table of formulas (a "Multiple Operations Table").
base interface of all UNO interfaces
Definition XInterface.idl:46
TableOperationMode
used to specify if a table operation is applied to columns, rows, or both columns and rows.
Definition TableOperationMode.idl:28
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