[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
fieldUsage (PivotCache Field Id)
Represents a cache field used in this hierarchy.
[Example:
<fieldUsage x="-1"/>
end example]
Parent Elements |
fieldsUsage (§3.10.1.31) |
Attributes |
Description |
x (Field Index) |
Specifies the index of a field.
The possible values for this attribute are defined by the XML Schema int datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FieldUsage">
<attribute name="x" use="required" type="xsd:int"/>
</complexType>