Freigeben über


StylesheetExtension-Klasse

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

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Office2010.Excel.DifferentialFormats <x14:dxfs>

  • DocumentFormat.OpenXml.Office2010.Excel.SlicerStyles <x14:slicerStyles>

Threadsicherheit

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

Siehe auch

Referenz

StylesheetExtension-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace