Range.CheckSpelling Method

Definition

Begins a spelling check for the specified range.

public 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);
abstract member CheckSpelling : obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
Public Sub CheckSpelling (Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef AlwaysSuggest As Object, Optional ByRef CustomDictionary2 As Object, Optional ByRef CustomDictionary3 As Object, Optional ByRef CustomDictionary4 As Object, Optional ByRef CustomDictionary5 As Object, Optional ByRef CustomDictionary6 As Object, Optional ByRef CustomDictionary7 As Object, Optional ByRef CustomDictionary8 As Object, Optional ByRef CustomDictionary9 As Object, Optional ByRef CustomDictionary10 As Object)

Parameters

CustomDictionary
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of the custom dictionary.

IgnoreUppercase
Object

Optional Object. True if capitalization is ignored. If this argument is omitted, the current value of the IgnoreUppercase property is used.

AlwaysSuggest
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
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
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary4
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary5
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary6
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary7
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary8
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary9
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

CustomDictionary10
Object

Optional Object. Either an expression that returns a Dictionary object or the file name of an additional custom dictionary.

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).

Applies to