次の方法で共有


UpDownBarType コンストラクター

定義

オーバーロード

UpDownBarType()

UpDownBarType クラスの新しいインスタンスを初期化します。

UpDownBarType(OpenXmlElement[])

指定した子要素を使用して、UpDownBarType クラスの新しいインスタンスを初期化します。

UpDownBarType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、UpDownBarType クラスの新しいインスタンスを初期化します。

UpDownBarType(String)

外部 XML から UpDownBarType クラスの新しいインスタンスを初期化します。

UpDownBarType()

UpDownBarType クラスの新しいインスタンスを初期化します。

protected UpDownBarType ();
Protected Sub New ()

適用対象

UpDownBarType(OpenXmlElement[])

指定した子要素を使用して、UpDownBarType クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

UpDownBarType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、UpDownBarType クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

UpDownBarType(String)

外部 XML から UpDownBarType クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象