WebExtensionBinding

WebExtensionBinding class

Represents a binding relationship between an Office Add-in and the data in the document.

Constructors

NameDescription
WebExtensionBinding

Properties

NameTypeDescription
IdStringGets and sets the binding identifier.
TypeStringGets and sets the binding type.
ApprefStringGets and sets the binding key used to map the binding entry in this list with the bound data in the document.

WebExtensionBinding()

WebExtensionBinding.Id property

Gets and sets the binding identifier.

Type: String

WebExtensionBinding.Type property

Gets and sets the binding type.

Type: String

WebExtensionBinding.Appref property

Gets and sets the binding key used to map the binding entry in this list with the bound data in the document.

Type: String