次の方法で共有


RowItems コンストラクター

定義

オーバーロード

RowItems()

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

RowItems(OpenXmlElement[])

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

RowItems(IEnumerable<OpenXmlElement>)

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

RowItems(String)

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

RowItems()

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

public RowItems ();
Public Sub New ()

適用対象

RowItems(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

RowItems(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

RowItems(String)

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

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

パラメーター

outerXml
String

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

適用対象