Share via


_Application.MaxChange Property

Returns or sets the maximum amount of change between each iteration as Microsoft Excel resolves circular references.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property MaxChange As Double
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Double

value = instance.MaxChange

instance.MaxChange = value
double MaxChange { get; set; }

Property Value

Type: System.Double

Remarks

The MaxIterations property sets the maximum number of iterations that Microsoft Excel can use when resolving circular references.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace