次の方法で共有


MdxSet コンストラクター

定義

オーバーロード

MdxSet()

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

MdxSet(OpenXmlElement[])

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

MdxSet(IEnumerable<OpenXmlElement>)

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

MdxSet(String)

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

MdxSet()

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

public MdxSet ();
Public Sub New ()

適用対象

MdxSet(OpenXmlElement[])

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

public MdxSet (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

MdxSet(IEnumerable<OpenXmlElement>)

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

public MdxSet (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

MdxSet(String)

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

public MdxSet (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.MdxSet : string -> DocumentFormat.OpenXml.Spreadsheet.MdxSet
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象