Represents options for calculation. More...
Inherits Object.
Public Member Functions | |
virtual bool | GetIgnoreError ()=0 |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc. More... | |
virtual void | SetIgnoreError (bool value)=0 |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc. More... | |
virtual intrusive_ptr< Aspose::Cells::ICustomFunction > | GetICustomFunction ()=0 |
The custom formula calculation functions to extend the calculation engine. More... | |
virtual void | SetCustomFunction (intrusive_ptr< Aspose::Cells::ICustomFunction > value)=0 |
The custom formula calculation functions to extend the calculation engine. More... | |
virtual Aspose::Cells::Systems::Int32 | GetCalcStackSize ()=0 |
Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings's CalcStackSize of corresponding workbook. More... | |
virtual void | SetCalcStackSize (Aspose::Cells::Systems::Int32 value)=0 |
Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings's CalcStackSize of corresponding workbook. More... | |
virtual Aspose::Cells::CalculationPrecisionStrategy | GetPrecisionStrategy ()=0 |
Specifies the strategy for processing precision of calcuation. More... | |
virtual void | SetPrecisionStrategy (Aspose::Cells::CalculationPrecisionStrategy value)=0 |
Specifies the strategy for processing precision of calcuation. More... | |
virtual bool | GetRecursive ()=0 |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. More... | |
virtual void | SetRecursive (bool value)=0 |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells. More... | |
Represents options for calculation.
|
pure virtual |
Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings's CalcStackSize of corresponding workbook.
|
pure virtual |
The custom formula calculation functions to extend the calculation engine.
|
pure virtual |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc.
|
pure virtual |
Specifies the strategy for processing precision of calcuation.
|
pure virtual |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.
|
pure virtual |
Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings's CalcStackSize of corresponding workbook.
|
pure virtual |
The custom formula calculation functions to extend the calculation engine.
|
pure virtual |
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc.
|
pure virtual |
Specifies the strategy for processing precision of calcuation.
|
pure virtual |
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.