Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XMultipleOperation

Base Interface
com::sun::star::uno::XInterface

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


Known Services which Export this Interface

com::sun::star::sheet::SheetCellRange represents a rectangular range of cells in a spreadsheet document.

Methods' Summary

setTableOperation creates a table of formulas.

Methods' Details

setTableOperation
 
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 );

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