Freigeben über


NumberDataType-Klasse

Defines the NumberDataType class.

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(FormatCode))> _
<ChildElementInfoAttribute(GetType(PointCount))> _
<ChildElementInfoAttribute(GetType(NumericPoint))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class NumberDataType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NumberDataType
[ChildElementInfoAttribute(typeof(FormatCode))]
[ChildElementInfoAttribute(typeof(PointCount))]
[ChildElementInfoAttribute(typeof(NumericPoint))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class NumberDataType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:FormatCode <c:formatCode>PointCount <c:ptCount>NumericPoint <c:pt>ExtensionList <c: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

NumberDataType-Member

DocumentFormat.OpenXml.Drawing.Charts-Namespace