max_iteration property

max_iteration property

Returns or sets the maximum number of iterations to resolve a circular reference.

Remarks

NOTE: This member is now obsolete. Instead, please use FormulaSettings.MaxIteration. This property will be removed 12 months later since February 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also