Freigeben über


DifferentialFormatType-Klasse

Defines the DifferentialFormatType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.DifferentialFormatType
        DocumentFormat.OpenXml.Spreadsheet.DifferentialFormat
        DocumentFormat.OpenXml.Spreadsheet.NewDifferentialFormat
        DocumentFormat.OpenXml.Spreadsheet.OldDifferentialFormat

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Font))> _
<ChildElementInfoAttribute(GetType(Fill))> _
<ChildElementInfoAttribute(GetType(Alignment))> _
<ChildElementInfoAttribute(GetType(NumberingFormat))> _
<ChildElementInfoAttribute(GetType(Border))> _
<ChildElementInfoAttribute(GetType(Protection))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class DifferentialFormatType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DifferentialFormatType
[ChildElementInfoAttribute(typeof(Font))]
[ChildElementInfoAttribute(typeof(Fill))]
[ChildElementInfoAttribute(typeof(Alignment))]
[ChildElementInfoAttribute(typeof(NumberingFormat))]
[ChildElementInfoAttribute(typeof(Border))]
[ChildElementInfoAttribute(typeof(Protection))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class DifferentialFormatType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

DifferentialFormatType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace