java.lang.Object
com.aspose.cells.FormulaSettings
public class FormulaSettings
| Property Getters/Setters Summary | ||
|---|---|---|
boolean | getCalculateOnOpen() | |
void | setCalculateOnOpen(boolean) | |
| Indicates whether the application is required to perform a full calculation when the workbook is opened. | ||
boolean | getCalculateOnSave() | |
void | setCalculateOnSave(boolean) | |
| Indicates whether recalculate the workbook before saving the document, when in manual calculation mode. | ||
java.lang.String | getCalculationId() | |
void | setCalculationId(java.lang.String) | |
| Specifies the version of the calculation engine used to calculate values in the workbook. | ||
int | getCalculationMode() | |
void | setCalculationMode(int) | |
| Gets or sets the mode for workbook calculation in ms excel. The value of the property is CalcModeType integer constant. | ||
boolean | getEnableCalculationChain() | |
void | setEnableCalculationChain(boolean) | |
| Whether enable calculation chain for formulas. Default is false. | ||
boolean | getEnableIterativeCalculation() | |
void | setEnableIterativeCalculation(boolean) | |
| Indicates whether enable iterative calculation to resolve circular references. | ||
boolean | getForceFullCalculation() | |
void | setForceFullCalculation(boolean) | |
| Indicates whether calculates all formulas every time when a calculation is triggered. | ||
double | getMaxChange() | |
void | setMaxChange(double) | |
| The maximum change to resolve a circular reference. | ||
int | getMaxIteration() | |
void | setMaxIteration(int) | |
| The maximum iterations to resolve a circular reference. | ||
boolean | getPrecisionAsDisplayed() | |
void | setPrecisionAsDisplayed(boolean) | |
| Whether the precision of calculated result be set as they are displayed while calculating formulas | ||
| Property Getters/Setters Detail |
|---|
getCalculateOnOpen/setCalculateOnOpen | |
public boolean getCalculateOnOpen() / public void setCalculateOnOpen(boolean value) | |
getCalculateOnSave/setCalculateOnSave | |
public boolean getCalculateOnSave() / public void setCalculateOnSave(boolean value) | |
getForceFullCalculation/setForceFullCalculation | |
public boolean getForceFullCalculation() / public void setForceFullCalculation(boolean value) | |
getCalculationMode/setCalculationMode | |
public int getCalculationMode() / public void setCalculationMode(int value) | |
getCalculationId/setCalculationId | |
public java.lang.String getCalculationId() / public void setCalculationId(java.lang.String value) | |
getEnableIterativeCalculation/setEnableIterativeCalculation | |
public boolean getEnableIterativeCalculation() / public void setEnableIterativeCalculation(boolean value) | |
getMaxIteration/setMaxIteration | |
public int getMaxIteration() / public void setMaxIteration(int value) | |
getMaxChange/setMaxChange | |
public double getMaxChange() / public void setMaxChange(double value) | |
getPrecisionAsDisplayed/setPrecisionAsDisplayed | |
public boolean getPrecisionAsDisplayed() / public void setPrecisionAsDisplayed(boolean value) | |
getEnableCalculationChain/setEnableCalculationChain | |
public boolean getEnableCalculationChain() / public void setEnableCalculationChain(boolean value) | |