DifferentialType Class
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.
Inheritance Hierarchy
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
声明
<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
用法
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
Remarks
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>
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.