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