Freigeben über


PivotEdits-Klasse

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.

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(PivotEdit), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class PivotEdits _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As PivotEdits
[ChildElementInfoAttribute(typeof(PivotEdit), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class PivotEdits : OpenXmlCompositeElement

Hinweise

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).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

PivotEdits-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace