WebExtension class

WebExtension class

Represents an Office Add-in instance.

The WebExtension type exposes the following members:

Properties

PropertyDescription
idGets and sets the uniquely identifies the Office Add-in instance in the current document.
is_frozenIndicates whether the user can interact with the Office Add-in or not.
referenceGet the primary reference to an Office Add-in.
alter_referencesGets a list of alter references.
propertiesGets all properties of web extension.
bindingsGets all bindings relationship between an Office Add-in and the data in the document.

See Also