IIgnoreList.Remove(Position, Position, String) Method
Removes a word from the list of words ignored only once.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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