Freigeben über


DifferentialType-Klasse

Defines the DifferentialType Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:dxf.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Excel.DifferentialType

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(NumberingFormat))> _
<ChildElementInfoAttribute(GetType(Font))> _
<ChildElementInfoAttribute(GetType(Fill))> _
<ChildElementInfoAttribute(GetType(Alignment))> _
<ChildElementInfoAttribute(GetType(Border))> _
<ChildElementInfoAttribute(GetType(Protection))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class DifferentialType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DifferentialType
[ChildElementInfoAttribute(typeof(NumberingFormat))]
[ChildElementInfoAttribute(typeof(Font))]
[ChildElementInfoAttribute(typeof(Fill))]
[ChildElementInfoAttribute(typeof(Alignment))]
[ChildElementInfoAttribute(typeof(Border))]
[ChildElementInfoAttribute(typeof(Protection))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class DifferentialType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Spreadsheet.Font <x:font>

  • DocumentFormat.OpenXml.Spreadsheet.NumberingFormat <x:numFmt>

  • DocumentFormat.OpenXml.Spreadsheet.Fill <x:fill>

  • DocumentFormat.OpenXml.Spreadsheet.Alignment <x:alignment>

  • DocumentFormat.OpenXml.Spreadsheet.Border <x:border>

  • DocumentFormat.OpenXml.Spreadsheet.Protection <x:protection>

  • DocumentFormat.OpenXml.Spreadsheet.ExtensionList <x:extLst>

Threadsicherheit

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

Siehe auch

Referenz

DifferentialType-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace