次の方法で共有


SdtCell コンストラクター

定義

オーバーロード

SdtCell()

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

SdtCell(OpenXmlElement[])

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

SdtCell(IEnumerable<OpenXmlElement>)

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

SdtCell(String)

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

SdtCell()

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

public SdtCell ();
Public Sub New ()

適用対象

SdtCell(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SdtCell(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SdtCell(String)

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

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

パラメーター

outerXml
String

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

適用対象