| Constructor Summary |
|---|
CalculationOptions()
|
| Property Getters/Setters Summary | ||
|---|---|---|
function | getCalcStackSize() | |
function | setCalcStackSize(value) | |
| Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings.CalcStackSize of corresponding workbook. | ||
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 calcuation. 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. | ||
| Constructor Detail |
|---|
function CalculationOptions()
| Property Getters/Setters Detail |
|---|
getIgnoreError/setIgnoreError : boolean | |
function getIgnoreError() / function setIgnoreError(value) | |
getCalculationMonitor/setCalculationMonitor : AbstractCalculationMonitor | |
function getCalculationMonitor() / function setCalculationMonitor(value) | |
getCalcStackSize/setCalcStackSize : Number | |
function getCalcStackSize() / function setCalcStackSize(value) | |
getPrecisionStrategy/setPrecisionStrategy : Number | |
function getPrecisionStrategy() / function setPrecisionStrategy(value) | |
getRecursive/setRecursive : boolean | |
function getRecursive() / function setRecursive(value) | |