次の方法で共有


MatrixRow コンストラクター

定義

オーバーロード

MatrixRow()

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

MatrixRow(OpenXmlElement[])

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

MatrixRow(IEnumerable<OpenXmlElement>)

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

MatrixRow(String)

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

MatrixRow()

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

public MatrixRow ();
Public Sub New ()

適用対象

MatrixRow(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

MatrixRow(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

MatrixRow(String)

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

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

パラメーター

outerXml
String

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

適用対象