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