次の方法で共有


NorthwestCell コンストラクター

定義

オーバーロード

NorthwestCell()

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

NorthwestCell(OpenXmlElement[])

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

NorthwestCell(IEnumerable<OpenXmlElement>)

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

NorthwestCell(String)

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

NorthwestCell()

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

public NorthwestCell ();
Public Sub New ()

適用対象

NorthwestCell(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

NorthwestCell(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

NorthwestCell(String)

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

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

パラメーター

outerXml
String

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

適用対象