Share via


Range.CheckSpelling Méthode

Définition

Commence une case activée orthographique pour la plage spécifiée.

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)

Paramètres

CustomDictionary
Object

Objet facultatif. Expression qui renvoie un Dictionary objet ou le nom de fichier du dictionnaire personnalisé.

IgnoreUppercase
Object

Objet facultatif. True si les majuscules sont ignorées. Si cet argument est omis, la valeur actuelle de la IgnoreUppercase propriété est utilisée.

AlwaysSuggest
Object

Objet facultatif. True pour que Microsoft Word suggère toujours des corrections. Si cet argument est omis, la valeur actuelle de la SuggestSpellingCorrections propriété est utilisée.

CustomDictionary2
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire. Vous pouvez spécifier jusqu'à neuf dictionnaires supplémentaires.

CustomDictionary3
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary4
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary5
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary6
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary7
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary8
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary9
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

CustomDictionary10
Object

Objet facultatif. Expression qui renvoie un objet Dictionary ou le nom de fichier d'un dictionnaire personnel supplémentaire.

Remarques

Si le document ou la plage contient des erreurs, cette méthode affiche la boîte de dialogue Orthographe (menu Outils), dans laquelle la case à cocher Vérifier la grammaire est désactivée. Dans le cas d'un document, cette méthode vérifie tous les articles disponibles (notamment les en-têtes, pieds de page et zones de texte).

S’applique à