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.
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.