Tuples Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Tuples() |
Initializes a new instance of the Tuples class. |
Tuples(OpenXmlElement[]) |
Initializes a new instance of the Tuples class with the specified child elements. |
Tuples(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Tuples class with the specified child elements. |
Tuples(String) |
Initializes a new instance of the Tuples class from outer XML. |
Tuples()
Initializes a new instance of the Tuples class.
public Tuples ();
Public Sub New ()
Applies to
Tuples(OpenXmlElement[])
Initializes a new instance of the Tuples class with the specified child elements.
public Tuples (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.Tuples : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.Tuples
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Tuples(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Tuples class with the specified child elements.
public Tuples (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.Tuples : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.Tuples
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Tuples(String)
Initializes a new instance of the Tuples class from outer XML.
public Tuples (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.Tuples : string -> DocumentFormat.OpenXml.Spreadsheet.Tuples
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.