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