Class WebExtensionBinding

Class WebExtensionBinding

Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)

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

public class WebExtensionBinding

Inheritance

objectWebExtensionBinding

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WebExtensionBinding()

public WebExtensionBinding()

Properties

Appref

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

public string Appref { get; set; }

Property Value

string

Id

Gets and sets the binding identifier.

public string Id { get; set; }

Property Value

string

Type

Gets and sets the binding type.

public string Type { get; set; }

Property Value

string