<formats>
(PivotTable Formats)
Represents the collection of formats applied to PivotTable.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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>