Share via


WebExtensions class

Defines the WebExtensions Class.This class is only available in O15. When the object is serialized out as xml, its qualified name is x15:webExtensions.

Inheritance hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office15.Excel.WebExtensions

Namespace:  DocumentFormat.OpenXml.Office15.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office15)> _
<ChildElementInfoAttribute(GetType(WebExtension), FileFormatVersions.Office15)> _
Public Class WebExtensions _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As WebExtensions
[OfficeAvailabilityAttribute(FileFormatVersions.Office15)]
[ChildElementInfoAttribute(typeof(WebExtension), FileFormatVersions.Office15)]
public class WebExtensions : OpenXmlCompositeElement

Remarks

2.4.45 webExtensions

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

A CT_WebExtensions element that specifies a group of CT_WebExtension elements that specify Bindings on the Web Extensions, as specified by [MS-OWEXML] section 1.3, on the worksheet.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="webExtensions" type="CT_WebExtensions"/>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.6.96 CT_WebExtensions

Target namespace: https://schemas.microsoft.com/office/spreadsheetml/2010/11/main

Referenced by: webExtensions

A complex type that specifies a list of CT_WebExtension elements. The list of CT_WebExtension elements specifies all the Bindings for Web Extensions, as specified by [MS-OWEXML] section 1.3, on the worksheet.

Child Elements:

webExtension: A CT_WebExtension element that specifies a Binding for a Web Extension, as specified by [MS-OWEXML] section 1.3, on the worksheet.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_WebExtensions">

<xsd:sequence>

<xsd:element name="webExtension" type="CT_WebExtension" minOccurs="1" maxOccurs="unbounded"/>

</xsd:sequence>

</xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebExtensions members

DocumentFormat.OpenXml.Office15.Excel namespace