IgnoreList.Remove(Position, Position, String) Method
Removes a word ignored only once from the list.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| start | DevExpress.XtraSpellChecker.Parser.Position | A start position. |
| finish | DevExpress.XtraSpellChecker.Parser.Position | An end position. |
| word | String | A word to remove from the list. |
Implements
See Also