PivotEdits Class
Defines the PivotEdits Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:pivotEdits.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Excel.PivotEdits
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(PivotEdit), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class PivotEdits _
Inherits OpenXmlCompositeElement
用法
Dim instance As PivotEdits
[ChildElementInfoAttribute(typeof(PivotEdit), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class PivotEdits : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- PivotEdit <x14:pivotEdit>
2.6.37 CT_PivotEdits
Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/main
Referenced by: CT_PivotTableDefinition
A complex type that specifies user inputs related to PivotTable what-if analysis in single cells of the PivotTable ([ISO/IEC-29500-1] section 18.10) data area. It also specifies the collections of MDX unique names that identify the values in the OLAP data source, and specifies the PivotTable ([ISO/IEC-29500-1] section 18.10) rules that can be used to identify the cells in the PivotTable ([ISO/IEC-29500-1] section 18.10) data area.
Child Elements:
pivotEdit : A CT_PivotEdit element that specifies a user input related to PivotTable what-if analysis in a single cell of the PivotTable ([ISO/IEC-29500-1] section 18.10) data area, and specifies the collection of MDX unique names that identifies the value in the OLAP data source, and specifies a PivotTable ([ISO/IEC-29500-1] section 18.10) rule that can be used to identify the cell in the PivotTable ([ISO/IEC-29500-1] section 18.10) data area.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_PivotEdits">
<xsd:sequence>
<xsd:element name="pivotEdit" minOccurs="1" maxOccurs="unbounded" type="CT_PivotEdit"/>
</xsd:sequence>
</xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.