Skip to main content
A newer version of this page is available. .

IIgnoreList.Remove(Position, Position, String) Method

Removes a word from the list of words ignored only once.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v18.2.dll

Declaration

void Remove(
    Position start,
    Position end,
    string word
)

Parameters

Name Type Description
start DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked.

end DevExpress.XtraSpellChecker.Parser.Position

A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text being checked.

word String

A string representing a word to remove from the list.

See Also