GlobalClass.CheckSpelling Method

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

Syntax

'Declaration
Public Overridable Function CheckSpelling ( _
    Word As String, _
    ByRef CustomDictionary As Object, _
    ByRef IgnoreUppercase As Object, _
    ByRef MainDictionary As Object, _
    ByRef CustomDictionary2 As Object, _
    ByRef CustomDictionary3 As Object, _
    ByRef CustomDictionary4 As Object, _
    ByRef CustomDictionary5 As Object, _
    ByRef CustomDictionary6 As Object, _
    ByRef CustomDictionary7 As Object, _
    ByRef CustomDictionary8 As Object, _
    ByRef CustomDictionary9 As Object, _
    ByRef CustomDictionary10 As Object _
) As Boolean
'Usage
Dim instance As GlobalClass
Dim Word As String
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim MainDictionary As Object
Dim CustomDictionary2 As Object
Dim CustomDictionary3 As Object
Dim CustomDictionary4 As Object
Dim CustomDictionary5 As Object
Dim CustomDictionary6 As Object
Dim CustomDictionary7 As Object
Dim CustomDictionary8 As Object
Dim CustomDictionary9 As Object
Dim CustomDictionary10 As Object
Dim returnValue As Boolean

returnValue = instance.CheckSpelling(Word, _
    CustomDictionary, IgnoreUppercase, _
    MainDictionary, CustomDictionary2, _
    CustomDictionary3, CustomDictionary4, _
    CustomDictionary5, CustomDictionary6, _
    CustomDictionary7, CustomDictionary8, _
    CustomDictionary9, CustomDictionary10)
public virtual bool CheckSpelling(
    string Word,
    ref Object CustomDictionary,
    ref Object IgnoreUppercase,
    ref Object MainDictionary,
    ref Object CustomDictionary2,
    ref Object CustomDictionary3,
    ref Object CustomDictionary4,
    ref Object CustomDictionary5,
    ref Object CustomDictionary6,
    ref Object CustomDictionary7,
    ref Object CustomDictionary8,
    ref Object CustomDictionary9,
    ref Object CustomDictionary10
)

Parameters

Return Value

Type: System.Boolean

Implements

_Global.CheckSpelling(String, Object%, Object%, Object%, Object%, Object%, Object%, Object%, Object%, Object%, Object%, Object%, Object%)

See Also

Reference

GlobalClass Class

GlobalClass Members

Microsoft.Office.Interop.Word Namespace