Excel.Interfaces.IterativeCalculationData interface
An interface describing the data returned by calling iterativeCalculation.toJSON()
.
Properties
enabled | True if Excel will use iteration to resolve circular references. |
max |
Specifies the maximum amount of change between each iteration as Excel resolves circular references. |
max |
Specifies the maximum number of iterations that Excel can use to resolve a circular reference. |
Property Details
enabled
True if Excel will use iteration to resolve circular references.
enabled?: boolean;
Property Value
boolean
Remarks
maxChange
Specifies the maximum amount of change between each iteration as Excel resolves circular references.
maxChange?: number;
Property Value
number
Remarks
maxIteration
Specifies the maximum number of iterations that Excel can use to resolve a circular reference.
maxIteration?: number;
Property Value
number
Remarks
Office Add-ins