_Global.Help Method
Displays on-line Help information.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Help ( _
ByRef HelpType As Object _
)
'Usage
Dim instance As _Global
Dim HelpType As Object
instance.Help(HelpType)
void Help(
ref Object HelpType
)
Parameters
- HelpType
Type: System.Object%
Required Object. The on-line Help topic or window. Can be any WdHelpType constant.
Remarks
Some of the WdHelpType constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.