Excel.Interfaces.IterativeCalculationLoadOptions interface

Represents the iterative calculation settings.

Remarks

[ API set: ExcelApi 1.9 ]

Properties

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

enabled

True if Excel will use iteration to resolve circular references.

maxChange

Specifies the maximum amount of change between each iteration as Excel resolves circular references.

maxIteration

Specifies the maximum number of iterations that Excel can use to resolve a circular reference.

Property Details

$all

Specifying $all for the LoadOptions loads all the scalar properties (e.g.: Range.address) but not the navigational properties (e.g.: Range.format.fill.color).

$all?: boolean;

Property Value

boolean

enabled

True if Excel will use iteration to resolve circular references.

enabled?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

maxChange

Specifies the maximum amount of change between each iteration as Excel resolves circular references.

maxChange?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]

maxIteration

Specifies the maximum number of iterations that Excel can use to resolve a circular reference.

maxIteration?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.9 ]