Contains an enumeration indicating the type of calculation being done for the PivotField which is in the data area of the PivotTable report.
Namespace | urn:schemas-microsoft-com:office:excel |
Schema name | XML Spreadsheet 2000 |
<xsd:simpleType name="CalculationPivotFieldType" >
<xsd:restriction base="xsd:string">
<xsd:enumeration value="DifferenceFrom" />
<xsd:enumeration value="Index" />
<xsd:enumeration value="Normal" />
<xsd:enumeration value="PercentDifferenceFrom" />
<xsd:enumeration value="PercentOf" />
<xsd:enumeration value="PercentOfColumn" />
<xsd:enumeration value="PercentOfRow" />
<xsd:enumeration value="PercentOfTotal" />
<xsd:enumeration value="RunningTotalIn" />
</xsd:restriction>
</xsd:simpleType>