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

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

interface XArrayFormulaRange

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

Description
represents something (such as a cell range) that can contain an array formula.


Known Services which Export this Interface

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

Methods' Summary

getArrayFormula returns the array formula of the range.
setArrayFormula sets the array formula of the range.

Methods' Details

getArrayFormula
 
string
getArrayFormula();
Description
returns the array formula of the range.

If the range does not contain an array formula, an empty string is returned.

setArrayFormula
 
void
setArrayFormula(
[ in ] string aFormula );

Description
sets the array formula of the range.

Setting this to an empty string erases the array formula.


Top of Page