[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

formats (PivotTable Formats)

Represents the collection of formats applied to PivotTable.

Parent Elements

pivotTableDefinition3.10.1.73)

 

Child Elements

Subclause

format (PivotTable Format)

§3.10.1.35

 

Attributes

Description

count (Formats Count)

Specifies the number of formats in the collection.

 

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_Formats">

   <sequence>

   <element name="format" maxOccurs="unbounded" type="CT_Format"/>

   </sequence>

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

</complexType>