Spell checks a range of words in the Text property starting at the WordIndex position and ending at endWordIndex.
[Visual Basic]Overloads Public Function SpellCheck( _
ByVal startWordIndex As Integer, _
ByVal endWordIndex As Integer _
) As Boolean
ByVal startWordIndex As Integer, _
ByVal endWordIndex As Integer _
) As Boolean
Parameters
- startWordIndex
-
The index of the word to start checking from.
- endWordIndex
-
The index of the word to end checking with.
Return Value
Returns true if there is a word found in the text that is not in the dictionaries
See Also
Spelling Class | NetSpell.SpellChecker Namespace | Spelling.SpellCheck Overload List | CurrentWord | WordIndex