Class Globals
Global Access for Office Objects.
Inheritance
System.Object
Globals
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.Core.Office
Assembly: Quark.CMSAdapters.Core.Office.dll
Syntax
public class Globals
Properties
AddInHost
Gets or sets the add in host.
Declaration
public static IAddInHost AddInHost { get; set; }
Property Value
Type | Description |
---|---|
IAddInHost | The add in host. |
AddInHostExtension
Gets the add in host extension.
Declaration
public static IAddInHostExtension AddInHostExtension { get; }
Property Value
Type | Description |
---|---|
IAddInHostExtension | The add in host extension. |