NumberDataType Class
Defines the NumberDataType class.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.NumberDataType
DocumentFormat.OpenXml.Drawing.Charts.NumberingCache
DocumentFormat.OpenXml.Drawing.Charts.NumberLiteral
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(FormatCode))> _
<ChildElementInfoAttribute(GetType(PointCount))> _
<ChildElementInfoAttribute(GetType(NumericPoint))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class NumberDataType _
Inherits OpenXmlCompositeElement
用法
Dim instance As NumberDataType
[ChildElementInfoAttribute(typeof(FormatCode))]
[ChildElementInfoAttribute(typeof(PointCount))]
[ChildElementInfoAttribute(typeof(NumericPoint))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class NumberDataType : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:FormatCode <c:formatCode>PointCount <c:ptCount>NumericPoint <c:pt>ExtensionList <c: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.