Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
function | getCalcStackSize() | |
function | setCalcStackSize(value) | |
Specifies the stack size for calculating cells recursively. | ||
function | getCalculationMonitor() | |
function | setCalculationMonitor(value) | |
The monitor for user to track the progress of formula calculation. | ||
function | getIgnoreError() | |
function | setIgnoreError(value) | |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc. | ||
function | getPrecisionStrategy() | |
function | setPrecisionStrategy(value) | |
Specifies the strategy for processing precision of calculation. The value of the property is CalculationPrecisionStrategy integer constant. | ||
function | getRecursive() | |
function | setRecursive(value) | |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. |
function getIgnoreError() / function setIgnoreError(value)
function getCalculationMonitor() / function setCalculationMonitor(value)
function getCalcStackSize() / function setCalcStackSize(value)
function getPrecisionStrategy() / function setPrecisionStrategy(value)
function getRecursive() / function setRecursive(value)