TupleItems Constructors

Definition

Overloads

TupleItems()

Initializes a new instance of the TupleItems class.

TupleItems(OpenXmlElement[])

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

TupleItems(IEnumerable<OpenXmlElement>)

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

TupleItems(String)

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

TupleItems()

Initializes a new instance of the TupleItems class.

public TupleItems ();
Public Sub New ()

Applies to

TupleItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TupleItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TupleItems(String)

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

public TupleItems (string outerXml);
new DocumentFormat.OpenXml.Office2010.Excel.TupleItems : string -> DocumentFormat.OpenXml.Office2010.Excel.TupleItems
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to