max_iteration 属性

max_iteration 属性

返回或设置解决循环引用的最大迭代次数。

评论

注意:该成员现已过时。相反,请使用 FormulaSettings.MaxIteration。 自 2022 年 2 月起,此属性将在 12 个月后移除。 Aspose 对您可能遇到的任何不便深表歉意。

定义:

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

也可以看看