OleObjects Constructors

Definition

Overloads

OleObjects()

Initializes a new instance of the OleObjects class.

OleObjects(OpenXmlElement[])

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

OleObjects(IEnumerable<OpenXmlElement>)

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

OleObjects(String)

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

OleObjects()

Initializes a new instance of the OleObjects class.

public OleObjects ();
Public Sub New ()

Applies to

OleObjects(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

OleObjects(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

OleObjects(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to