FormulaSettings Class

FormulaSettings class

Settings of formulas and calculation.


type FormulaSettings struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCalculateOnOpenIndicates whether the application is required to perform a full calculation when the workbook is opened.
SetCalculateOnOpenIndicates whether the application is required to perform a full calculation when the workbook is opened.
GetCalculateOnSaveIndicates whether recalculate the workbook before saving the document, when in manual calculation mode.
SetCalculateOnSaveIndicates whether recalculate the workbook before saving the document, when in manual calculation mode.
GetForceFullCalculationIndicates whether calculates all formulas every time when a calculation is triggered.
SetForceFullCalculationIndicates whether calculates all formulas every time when a calculation is triggered.
GetCalculationModeGets or sets the mode for workbook calculation in ms excel.
SetCalculationModeGets or sets the mode for workbook calculation in ms excel.
GetCalculationIdSpecifies the version of the calculation engine used to calculate values in the workbook.
SetCalculationIdSpecifies the version of the calculation engine used to calculate values in the workbook.
GetEnableIterativeCalculationIndicates whether enable iterative calculation to resolve circular references.
SetEnableIterativeCalculationIndicates whether enable iterative calculation to resolve circular references.
GetMaxIterationThe maximum iterations to resolve a circular reference.
SetMaxIterationThe maximum iterations to resolve a circular reference.
GetMaxChangeThe maximum change to resolve a circular reference.
SetMaxChangeThe maximum change to resolve a circular reference.
GetPrecisionAsDisplayedWhether the precision of calculated result be set as they are displayed while calculating formulas
SetPrecisionAsDisplayedWhether the precision of calculated result be set as they are displayed while calculating formulas
GetEnableCalculationChainWhether enable calculation chain for formulas. Default is false.
SetEnableCalculationChainWhether enable calculation chain for formulas. Default is false.
GetPreservePaddingSpacesIndicates whether preserve those spaces and line breaks that are padded between formula tokenswhile getting and setting formulas.Default value is false.
SetPreservePaddingSpacesIndicates whether preserve those spaces and line breaks that are padded between formula tokenswhile getting and setting formulas.Default value is false.