Definition Type: Element
Name: SolveOrder
Namespace: urn:schemas-microsoft-com:office:excel
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies where in a sequence of calculations a calculated member will be computed and applied.
Collapse XSD Schema Diagram:
XSD Diagram of SolveOrder in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="SolveOrder" type="xsd:integer" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies where in a sequence of calculations a calculated member will be computed and applied.</xsd:documentation>
    </xsd:annotation>
</xsd:element>