_Application.CheckSpelling メソッド

定義

文字列のスペルをチェックします。

public 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);
abstract member CheckSpelling : string * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj * obj -> bool
Public Function CheckSpelling (Word As String, Optional ByRef CustomDictionary As Object, Optional ByRef IgnoreUppercase As Object, Optional ByRef MainDictionary 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) As Boolean

パラメーター

Word
String

文字列 が必要です。 スペルをチェックする文字列を指定します。

CustomDictionary
Object

省略可能 なオブジェクト。 オブジェクトまたはユーザー辞書の Dictionary ファイル名を返す式。

IgnoreUppercase
Object

省略可能 なオブジェクトTrue の 場合、大文字と小文字は無視されます。 この引数を省略すると、 プロパティの現在の IgnoreUppercase 値が使用されます。

MainDictionary
Object

省略可能 なオブジェクト。 オブジェクトまたはメインディクショナリのファイル名を返すDictionary式。

CustomDictionary2
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary3
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary4
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary5
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary6
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary7
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary8
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary9
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

CustomDictionary10
Object

省略可能 なオブジェクト。 オブジェクトまたは追加の Dictionary ユーザー辞書のファイル名を返す式。 追加の辞書は 9 個まで指定できます。

戻り値

注釈

このメソッドは、文字列にスペル ミスがない場合は True を返し、文字列にスペル エラーがある場合は False を 返します。

適用対象