Methods' Details |
setFormulaResult
void |
setFormulaResult( |
[in] double |
nValue ); |
- Description
- sets a formula result into the cell.
When assigned, the formula cell's result will be set to this
value and will not be calculated - unless a HardRecalc is
executed.
|
|
setFormulaString
void |
setFormulaString( |
[in] string |
aFormula ); |
- Description
- sets a formula string into the cell.
When assigned, the formula is set into the string. But is not
compiled, tokenized or calculated. Its useful when loading a
document and setFormulaResult() is used. Otherwise it is compiled
on trying to fetch a result value.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.