WorkbookSettingsForceFullCalculate Property |
Note: This API is now obsolete.
Fully calculates every time when a calculation is triggered.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntax[ObsoleteAttribute("Use FormulaSettings.ForceFullCalculation instead.")]
public bool ForceFullCalculate { get; set; }
<ObsoleteAttribute("Use FormulaSettings.ForceFullCalculation instead.")>
Public Property ForceFullCalculate As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Use FormulaSettings.ForceFullCalculation instead.")]
property bool ForceFullCalculate {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Use FormulaSettings.ForceFullCalculation instead.")>]
member ForceFullCalculate : bool with get, set
Property Value
Type:
Boolean
Remarks
NOTE: This member is now obsolete. Instead, please use FormulaSettings.ForceFullCalculation.
This property will be removed 12 months later since February 2022.
Aspose apologizes for any inconvenience you may have experienced.
See Also