Class WebExtension
Class WebExtension
Namespace: Aspose.Cells.WebExtensions
Assembly: Aspose.Cells.dll (25.2.0)
Represents an Office Add-in instance.
public class WebExtension
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
AlterReferences
Gets a list of alter references.
public WebExtensionReferenceCollection AlterReferences { get; }
Property Value
WebExtensionReferenceCollection
Bindings
Gets all bindings relationship between an Office Add-in and the data in the document.
public WebExtensionBindingCollection Bindings { get; }
Property Value
Id
Gets and sets the uniquely identifies the Office Add-in instance in the current document.
public string Id { get; set; }
Property Value
IsFrozen
Indicates whether the user can interact with the Office Add-in or not.
public bool IsFrozen { get; set; }
Property Value
Properties
Gets all properties of web extension.
public WebExtensionPropertyCollection Properties { get; }
Property Value
WebExtensionPropertyCollection
Reference
Get the primary reference to an Office Add-in.
public WebExtensionReference Reference { get; }