WorkbookExtensionList 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
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.