_Application.Assistance Property

Returns an IAssistance object for short_Excel2007 that represents the Microsoft Office Help Viewer. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Assistance As IAssistance
    Get
'Usage
Dim instance As _Application
Dim value As IAssistance

value = instance.Assistance
IAssistance Assistance { get; }

Property Value

Type: Microsoft.Office.Core.IAssistance
IAssistance

Remarks

The IAssistance object allows developers to show custom help and help that is installed with Office in the Office Help Viewer.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace