Syntax
interface XArrayFormulaRange : 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 -
Method Details
|
|
Syntax
- string getArrayFormula
();
Description
returns the array formula of the range.
If the range does not contain an array formula,
an empty string is returned.
Syntax
- void setArrayFormula
(
- string aFormula );
Description
sets the array formula of the range.
Setting this to an empty string erases the array formula.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.