HostExtensionWac class

Defines the host extension behavior and data. This implementation of the interface allows for extending the functionality of Excel Online.

Inheritance hierarchy

System.Object
  Microsoft.Office.Excel.Server.HostExtensionWac.HostExtensionWac

Namespace:  Microsoft.Office.Excel.Server.HostExtensionWac
Assembly:  Microsoft.Office.Excel.Server.HostExtensionWac (in Microsoft.Office.Excel.Server.HostExtensionWac.dll)

Syntax

'Declaration
Public NotInheritable Class HostExtensionWac _
    Implements IHostExtension
'Usage
Dim instance As HostExtensionWac
public sealed class HostExtensionWac : IHostExtension

Remarks

This class is an implementation of the IHostExtension interface by the Excel Online.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

HostExtensionWac members

Microsoft.Office.Excel.Server.HostExtensionWac namespace