IgnoreList.Add(Position, Position, String) Method
Adds a specified word ignored only in the given location to a list of ignored words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
start | DevExpress.XtraSpellChecker.Parser.Position | A start position. |
end | DevExpress.XtraSpellChecker.Parser.Position | An end position. |
word | String | A word to be ignored if located between the start and the end positions. |
Remarks
This method is used for words which are ignored only once.
Implements
See Also