'宣言 Public Overloads Function CheckText( _ ByVal text As System.String, _ ByVal start As System.Integer, _ ByVal length As System.Integer _ ) As CharRangeList
public CharRangeList CheckText( System.string text, System.int start, System.int length )
パラメータ
- text
- スペルチェックされるテキスト。
- start
- チェックを開始する文字のインデックス。
- length
- チェックする文字列の長さ。
戻り値の型
スペルミスを記述する CharRangeオブジェクトのリスト。