共用方式為


NumberDataSourceType Constructors

Definition

Overloads

NumberDataSourceType()

Initializes a new instance of the NumberDataSourceType class.

NumberDataSourceType(OpenXmlElement[])

Initializes a new instance of the NumberDataSourceType class with the specified child elements.

NumberDataSourceType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NumberDataSourceType class with the specified child elements.

NumberDataSourceType(String)

Initializes a new instance of the NumberDataSourceType class from outer XML.

NumberDataSourceType()

Initializes a new instance of the NumberDataSourceType class.

protected NumberDataSourceType ();
Protected Sub New ()

Applies to

NumberDataSourceType(OpenXmlElement[])

Initializes a new instance of the NumberDataSourceType class with the specified child elements.

protected NumberDataSourceType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NumberDataSourceType(IEnumerable<OpenXmlElement>)

Initializes a new instance of the NumberDataSourceType class with the specified child elements.

protected NumberDataSourceType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NumberDataSourceType(String)

Initializes a new instance of the NumberDataSourceType class from outer XML.

protected NumberDataSourceType (string outerXml);
new DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType : string -> DocumentFormat.OpenXml.Drawing.Charts.NumberDataSourceType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to