Interface IAddInHostExtension
Office Add-In host extension interface.
Namespace: Quark.CMSAdapters.Core.Office.Interfaces
Assembly: Quark.CMSAdapters.Core.Office.dll
Syntax
public interface IAddInHostExtension
Properties
AutomationService
Gets the automation service object exposed for other solutions.
Declaration
object AutomationService { get; }
Property Value
Type | Description |
---|---|
System.Object | The automation service object exposed for other solutions. |
Ribbon
Gets the ribbon.
Declaration
Ribbon Ribbon { get; }
Property Value
Type | Description |
---|---|
Ribbon | The ribbon. |
Methods
Initialize()
Initializes this instance.
Declaration
void Initialize()