Definition Type: Element
Name: FormulaIndex
Namespace: urn:schemas-microsoft-com:office:excel
Type: int:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies the order in which formulas are to be calculated for PivotItems that use multiple formulas.
Collapse XSD Schema Diagram:
XSD Diagram of FormulaIndex in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="FormulaIndex" type="xsd:int" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the order in which formulas are to be calculated for PivotItems that use multiple formulas.</xsd:documentation>
    </xsd:annotation>
</xsd:element>