create_calc_chain property
create_calc_chain property
Whether creates calculated formulas chain. Default is false.
Remarks
NOTE: This member is now obsolete. Instead, please use FormulaSettings.EnableCalculationChain. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def create_calc_chain(self):
...
@create_calc_chain.setter
def create_calc_chain(self, value):
...
See Also
- module
aspose.cells
- class
WorkbookSettings