次の方法で共有


TuplesType コンストラクター

定義

オーバーロード

TuplesType()

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

TuplesType(OpenXmlElement[])

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

TuplesType(IEnumerable<OpenXmlElement>)

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

TuplesType(String)

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

TuplesType()

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

protected TuplesType ();
Protected Sub New ()

適用対象

TuplesType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

TuplesType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

TuplesType(String)

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

protected TuplesType (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.TuplesType : string -> DocumentFormat.OpenXml.Spreadsheet.TuplesType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象