WorkbookExtension 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
WorkbookExtension() |
Initializes a new instance of the WorkbookExtension class. |
WorkbookExtension(OpenXmlElement[]) |
Initializes a new instance of the WorkbookExtension class with the specified child elements. |
WorkbookExtension(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the WorkbookExtension class with the specified child elements. |
WorkbookExtension(String) |
Initializes a new instance of the WorkbookExtension class from outer XML. |
WorkbookExtension()
Initializes a new instance of the WorkbookExtension class.
public WorkbookExtension ();
Public Sub New ()
Applies to
WorkbookExtension(OpenXmlElement[])
Initializes a new instance of the WorkbookExtension class with the specified child elements.
public WorkbookExtension (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
WorkbookExtension(IEnumerable<OpenXmlElement>)
Initializes a new instance of the WorkbookExtension class with the specified child elements.
public WorkbookExtension (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
WorkbookExtension(String)
Initializes a new instance of the WorkbookExtension class from outer XML.
public WorkbookExtension (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension : string -> DocumentFormat.OpenXml.Spreadsheet.WorkbookExtension
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.