Definition Type: Element
Name: MaxChange
Namespace: urn:schemas-microsoft-com:office:excel
Type: double:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default 0.001
Documentation:
Specifies the maximum amount of change for a value between each iteration when Excel resolves circular references in formulas.
Collapse XSD Schema Diagram:
XSD Diagram of MaxChange in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="MaxChange" type="xsd:double" default="0.001" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the maximum amount of change for a value between each iteration when Excel resolves circular references in formulas.</xsd:documentation>
    </xsd:annotation>
</xsd:element>