Freigeben über


WorkbookExtension-Klasse

Defines the WorkbookExtension 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.WorkbookExtension

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DefinedNames), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(PivotCaches), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SlicerCaches), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(WorkbookProperties), FileFormatVersions.Office2010)> _
Public Class WorkbookExtension _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As WorkbookExtension
[ChildElementInfoAttribute(typeof(DefinedNames), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(PivotCaches), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SlicerCaches), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(WorkbookProperties), FileFormatVersions.Office2010)]
public class WorkbookExtension : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Office2010.Excel.DefinedNames <x14:definedNames>

  • DocumentFormat.OpenXml.Office2010.Excel.PivotCaches <x14:pivotCaches>

  • DocumentFormat.OpenXml.Office2010.Excel.SlicerCaches <x14:slicerCaches>

  • DocumentFormat.OpenXml.Office2010.Excel.WorkbookProperties <x14:workbookPr>

Threadsicherheit

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

Siehe auch

Referenz

WorkbookExtension-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace