DdeItem Constructors

Definition

Overloads

DdeItem()

Initializes a new instance of the DdeItem class.

DdeItem(OpenXmlElement[])

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

DdeItem(IEnumerable<OpenXmlElement>)

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

DdeItem(String)

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

DdeItem()

Initializes a new instance of the DdeItem class.

public DdeItem ();
Public Sub New ()

Applies to

DdeItem(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

DdeItem(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

DdeItem(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to