WebExtension class

Office 2013 and later

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

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

No code example is currently available or this language may not be supported.

2.6.90 CT_WebExtension

Target namespace: http://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.<66>

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: An 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.2.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).

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