[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

dataFields (Data Fields)

Represents the collection of items in the data region of the PivotTable.

[Example:

<dataFields count="1">
<dataField name="Sum of Sales Amount" fld="25" baseField="0" baseItem="0"/>
</dataFields>

end example]

Parent Elements

pivotTableDefinition3.10.1.73)

 

Child Elements

Subclause

dataField (Data Field Item)

§3.10.1.22

 

Attributes

Description

count (Data Items Count)

Specifies the number of items in the data region of the PivotTable.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_DataFields">

   <sequence>

   <element name="dataField" maxOccurs="unbounded" type="CT_DataField"/>

   </sequence>

   <attribute name="count" type="xsd:unsignedInt"/>

</complexType>