Share via


DifferentialFormatType Class

Defines the DifferentialFormatType class.

Inheritance Hierarchy

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

'宣言
<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
'使用
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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DifferentialFormatType Members

DocumentFormat.OpenXml.Spreadsheet Namespace