次の方法で共有


DdeLink コンストラクター

定義

オーバーロード

DdeLink()

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

DdeLink(OpenXmlElement[])

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

DdeLink(IEnumerable<OpenXmlElement>)

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

DdeLink(String)

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

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

public DdeLink ();
Public Sub New ()

適用対象

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

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

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

パラメーター

outerXml
String

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

適用対象