_Application.MaxIterations 属性

定义

返回或设置 Microsoft Excel 处理循环引用的最大迭代次数。

public:
 property int MaxIterations { int get(); void set(int value); };
public int MaxIterations { get; set; }
Public Property MaxIterations As Integer

属性值

注解

属性 MaxChange 设置 Microsoft Excel 解析循环引用时每次迭代之间的最大更改量。

适用于