WebExtensionReference Property |
Get the primary reference to an Office Add-in.
Namespace:
Aspose.Cells.WebExtensions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic WebExtensionReference Reference { get; }
Public ReadOnly Property Reference As WebExtensionReference
Get
public:
property WebExtensionReference^ Reference {
WebExtensionReference^ get ();
}
member Reference : WebExtensionReference with get
Property Value
Type:
WebExtensionReference
See Also