Freigeben über


PivotFieldExtension-Klasse

Defines the PivotFieldExtension Class.When the object is serialized out as xml, its qualified name is x:ext.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtension

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

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

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Office2010.Excel.PivotField <x14:pivotField>

Threadsicherheit

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

Siehe auch

Referenz

PivotFieldExtension-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace