WebExtensionBindings Property |
Gets all bindings relationship between an Office Add-in and the data in the document.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtensionBindingCollection Bindings { get; }
Public ReadOnly Property Bindings As WebExtensionBindingCollection
Get
public:
property WebExtensionBindingCollection^ Bindings {
WebExtensionBindingCollection^ get ();
}
member Bindings : WebExtensionBindingCollection with get
Property Value
Type:
WebExtensionBindingCollection
See Also