IIgnoreList.Add(Position, Position, String) Method
Adds a specified word to a list of ignored words, so that it is ignored only in the specified location.
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. |
end | DevExpress.XtraSpellChecker.Parser.Position | A DevExpress.XtraSpellChecker.Parser.Position object representing a position in the text. |
word | String | A string representing 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.
See Also