Spelling.SpellCheck Method (String, Int32)

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.SpellCheck Method (String, Int32)

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

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

Parameters

text

The text to spell check

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