PivotTableUISettings class

Office 2013 and later

Defines the PivotTableUISettings Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is x15:pivotTableUISettings.

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2013.Excel.PivotTableUISettings

Namespace:  DocumentFormat.OpenXml.Office2013.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.4.45 pivotTableUISettings

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A CT_PivotTableUISettings element that specifies state of the PivotTable field list for this PivotTable ([ISO/IEC-29500-1] section 18.10).<22>

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="pivotTableUISettings" type="CT_PivotTableUISettings"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.96 CT_PivotTableUISettings

Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: pivotTableUISettings

Specifies state for user interface used to construct and manipulate a PivotTable.<72>

Child Elements:

activeTabTopLevelEntity: A CT_FieldListActiveTabTopLevelEntity element that specifies a field that appears in the user’s working set of fields in the PivotTable field list.

extLst: A CT_ExtensionList ([ISO/IEC-29500-4] section A.2) element that specifies future extensibility for this element.

Attributes:

sourceDataName: An ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) attribute that specifies the name of the primary data connection for the PivotTable. See connection ([ISO/IEC-29500-1] section 18.13.1)

relNeededHidden: A Boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether user closed the relationship warning for this PivotTable.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_PivotTableUISettings">

<xsd:sequence>

<xsd:element name="activeTabTopLevelEntity" type="CT_FieldListActiveTabTopLevelEntity" minOccurs="0" maxOccurs="unbounded"/>

<xsd:element name="extLst" type="x:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="sourceDataName" type="xsd:string" use="optional"/>

<xsd:attribute name="relNeededHidden" type="xsd:boolean" use="optional" default="false"/>

</xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: