Items Constructors

Definition

Overloads

Items()

Initializes a new instance of the Items class.

Items(OpenXmlElement[])

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

Items(IEnumerable<OpenXmlElement>)

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

Items(String)

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

Items()

Initializes a new instance of the Items class.

public Items ();
Public Sub New ()

Applies to

Items(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Items(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Items(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to