Spelling.SpellCheck Method (Int32, Int32)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.SpellCheck Method (Int32, Int32)

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
[C#]
public bool SpellCheck(
   int startWordIndex,
   int endWordIndex
);

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