_Document.CheckSpelling Method
Begins a spelling check for the specified document or range.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub CheckSpelling ( _
ByRef CustomDictionary As Object, _
ByRef IgnoreUppercase As Object, _
ByRef AlwaysSuggest 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 _
)
'Usage
Dim instance As _Document
Dim CustomDictionary As Object
Dim IgnoreUppercase As Object
Dim AlwaysSuggest 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
instance.CheckSpelling(CustomDictionary, _
IgnoreUppercase, AlwaysSuggest, _
CustomDictionary2, CustomDictionary3, _
CustomDictionary4, CustomDictionary5, _
CustomDictionary6, CustomDictionary7, _
CustomDictionary8, CustomDictionary9, _
CustomDictionary10)
void CheckSpelling(
ref Object CustomDictionary,
ref Object IgnoreUppercase,
ref Object AlwaysSuggest,
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
- CustomDictionary
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of the custom dictionary.
- IgnoreUppercase
Type: System.Object%
Optional Object. True if capitalization is ignored. If this argument is omitted, the current value of the IgnoreUppercase property is used.
- AlwaysSuggest
Type: System.Object%
Optional Object. True for Microsoft Word to always suggest alternative spellings. If this argument is omitted, the current value of the SuggestSpellingCorrections property is used.
- CustomDictionary2
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary3
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary4
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary5
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary6
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary7
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary8
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary9
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
- CustomDictionary10
Type: System.Object%
Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary. You can specify as many as nine additional dictionaries.
Remarks
If the document or range contains errors, this method displays the Spelling and Grammar dialog box (Tools menu), with the Check grammar check box cleared. For a document, this method checks all available stories (such as headers, footers, and text boxes).