<field>
(Field)
Represents a generic field that can appear either on the column or the row region of the PivotTable. There will be as many <x>
elements as there are item values in any particular column or row.
<sh:field x="2"/>
Attributes |
Description |
---|---|
|
Specifies the index to a 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_Field">
<attribute name="x" type="xsd:int" use="required"/>
</complexType>