OleItems Constructors

Definition

Overloads

OleItems()

Initializes a new instance of the OleItems class.

OleItems(OpenXmlElement[])

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

OleItems(IEnumerable<OpenXmlElement>)

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

OleItems(String)

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

OleItems()

Initializes a new instance of the OleItems class.

public OleItems ();
Public Sub New ()

Applies to

OleItems(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OleItems(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OleItems(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to