Spelling.SpellCheck Method (Int32)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.SpellCheck Method (Int32)

Spell checks the words in the Text property starting at the WordIndex position. This overload takes in the WordIndex to start checking from.

[Visual Basic]Overloads Public Function SpellCheck( _
   ByVal startWordIndex As Integer _
) As Boolean
[C#]
public bool SpellCheck(
   int startWordIndex
);

Parameters

startWordIndex

The index of the word to start checking from.

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