asposecells.api
Class CalculationOptions

Represents options for calculation.

Constructor Summary
CalculationOptions()
          
 
Property Getters/Setters Summary
methodgetCalcStackSize()
methodsetCalcStackSize(value)
           Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings.CalcStackSize of corresponding workbook.
methodgetCalculationMonitor()
methodsetCalculationMonitor(value)
           The monitor for user to track the progress of formula calculation.
methodgetIgnoreError()
methodsetIgnoreError(value)
           Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc.
methodgetPrecisionStrategy()
methodsetPrecisionStrategy(value)
           Specifies the strategy for processing precision of calcuation. The value of the property is CalculationPrecisionStrategy integer constant.
methodgetRecursive()
methodsetRecursive(value)
           Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.
 

Constructor Detail

CalculationOptions

CalculationOptions()

Property Getters/Setters Detail

getIgnoreError/setIgnoreError : boolean 

boolean getIgnoreError() / setIgnoreError(value)
Indicates if you need to hide the error in calculating formulas. The error may be unsupported function, external links, etc.

getCalculationMonitor/setCalculationMonitor : AbstractCalculationMonitor 

AbstractCalculationMonitor getCalculationMonitor() / setCalculationMonitor(value)
The monitor for user to track the progress of formula calculation.

getCalcStackSize/setCalcStackSize : int 

int getCalcStackSize() / setCalcStackSize(value)
Specifies the stack size for calculating cells recursively. -1 for this property means the calculation will use WorkbookSettings.CalcStackSize of corresponding workbook. WorkbookSettings.CalcStackSize

getPrecisionStrategy/setPrecisionStrategy : int 

int getPrecisionStrategy() / setPrecisionStrategy(value)
Specifies the strategy for processing precision of calcuation. The value of the property is CalculationPrecisionStrategy integer constant.

getRecursive/setRecursive : boolean 

boolean getRecursive() / setRecursive(value)
Indicates whether calculate the dependent cells recursively when calculating one cell and it depends on other cells.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.