calc_mode property

calc_mode property

It specifies whether to calculate formulas manually, automatically or automatically except for multiple table operations.

Remarks

Only sets for MS Excel. Please manually calling Workbook.CalculateFormula() method to calculate formulas with Aspose.Cells. NOTE: This member is now obsolete. Instead, please use FormulaSettings.CalculationMode. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def calc_mode(self):
    ...
@calc_mode.setter
def calc_mode(self, value):
    ...

See Also