CalculationOptions
Contents
[
Hide
]
CalculationOptions class
Represents options for calculation.
public class CalculationOptions
Constructors
Name | Description |
---|---|
CalculationOptions() | The default constructor. |
Properties
Name | Description |
---|---|
CalcStackSize { get; set; } | Specifies the stack size for calculating cells recursively. |
CalculationMonitor { get; set; } | The monitor for user to track the progress of formula calculation. |
CustomEngine { get; set; } | The custom formula calculation engine to extend the default calculation engine of Aspose.Cells. |
CustomFunction { get; set; } | The custom formula calculation functions to extend the calculation engine. |
IgnoreError { get; set; } | Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc. |
PrecisionStrategy { get; set; } | Specifies the strategy for processing precision of calculation. |
Recursive { get; set; } | Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells