WebExtension class

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

Inheritance hierarchy

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

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

Syntax

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

Remarks

2.6.97 CT_WebExtension

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

Referenced by: CT_WebExtensions

A complex type that specifies a Binding for a Web Extension, as specified by [MS-OWEXML] section 1.3, on the worksheet.

Child Elements:

xm:f: An f element that specifies the data range for the Binding. The formula MUST adhere to the grammar specified in Section Formulas, with the following restrictions:

MUST follow the ref-nospace-expression rule.

MUST NOT use the bang-reference, bang-name, sheet-range-reference, or local-cell-reference production rules.

Attributes:

appRef: A ST_Xstring ([ISO/IEC-29500-1] section 22.9.2.19) attribute that specifies a unique identifier for a Binding for a Web Extension. This value MUST be equal to the appref field of a CT_OsfWebExtensionBinding element as specified by [MS-OWEXML] section 2.3.3.

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

<xsd:complexType name="CT_WebExtension">

<xsd:sequence>

<xsd:element ref="xm:f" minOccurs="1" maxOccurs="1"/>

</xsd:sequence>

<xsd:attribute name="appRef" type="x:ST_Xstring" use="required"/>

</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

WebExtension members

DocumentFormat.OpenXml.Office15.Excel namespace