WorkbookExtensionList Constructors

Definition

Overloads

WorkbookExtensionList()

Initializes a new instance of the WorkbookExtensionList class.

WorkbookExtensionList(OpenXmlElement[])

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

WorkbookExtensionList(IEnumerable<OpenXmlElement>)

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

WorkbookExtensionList(String)

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

WorkbookExtensionList()

Initializes a new instance of the WorkbookExtensionList class.

public WorkbookExtensionList ();
Public Sub New ()

Applies to

WorkbookExtensionList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

WorkbookExtensionList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

WorkbookExtensionList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to