共用方式為


DdeLink Constructors

Definition

Overloads

DdeLink()

Initializes a new instance of the DdeLink class.

DdeLink(OpenXmlElement[])

Initializes a new instance of the DdeLink class with the specified child elements.

DdeLink(IEnumerable<OpenXmlElement>)

Initializes a new instance of the DdeLink class with the specified child elements.

DdeLink(String)

Initializes a new instance of the DdeLink class from outer XML.

Initializes a new instance of the DdeLink class.

public DdeLink ();
Public Sub New ()

Applies to

Initializes a new instance of the DdeLink class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Initializes a new instance of the DdeLink class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Initializes a new instance of the DdeLink class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to