interface XMultipleOperation in module com::sun::star::sheet::

(Global Index)

Syntax

interface XMultipleOperation : com::sun::star::uno::XInterface ;

Description

represents something in which a table of operations can be created.

Method Summary

setTableOperation creates a table of formulas.

Method Details



setTableOperation

Syntax

void setTableOperation (
com::sun::star::table::CellRangeAddress aFormulaRange,
com::sun::star::sheet::TableOperationMode nMode,
com::sun::star::table::CellAddress aColumnCell,
com::sun::star::table::CellAddress aRowCell );

Description

creates a table of formulas.

The specified formulas are repeated, with references to the specified cells replaced by references to values in the first column and/or row of the range.

Top of Page