SpellCheck Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.SpellCheck Method

Spell checks the words in the Text property starting at the WordIndex position.

Overload List

Spell checks the words in the Text property starting at the WordIndex position.

public bool SpellCheck();

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

public bool SpellCheck(int);

Spell checks a range of words in the Text property starting at the WordIndex position and ending at endWordIndex.

public bool SpellCheck(int,int);

Spell checks the words in the Text property starting at the WordIndex position. This overload takes in the text to spell check

public bool SpellCheck(string);

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.

public bool SpellCheck(string,int);

See Also

Spelling Class | NetSpell.SpellChecker Namespace | CurrentWord | WordIndex