PivotTableServerFormats class
Defines the PivotTableServerFormats Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:pivotTableServerFormats.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.Excel.PivotTableServerFormats
Namespace: DocumentFormat.OpenXml.Office2013.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.6.137 CT_PivotTableServerFormats
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
A complex type that specifies a list of CT_ServerFormat ([ISO/IEC-29500-1] section 18.10.1.86) elements in a PivotTable ([ISO/IEC-29500-1] section 18.10) that is specified by a pivotTableReference element in the extension of a workbook.<113> MUST contain fewer than 231 elements.
Child Elements:
serverFormat: A CT_ServerFormat ([ISO/IEC-29500-1] section 18.10.1.86) element that specifies the numeric format for one or more PivotValueCells.
Attributes:
count: An unsignedInt ([XMLSCHEMA2] section 3.3.22) attribute that specifies the number of serverFormat child elements in the collection.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_PivotTableServerFormats">
<xsd:sequence>
<xsd:element name="serverFormat" type="x:CT_ServerFormat" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="count" use="required" type="xsd:unsignedInt"/>
</xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).