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

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.v18.2.dll

Declaration

void Add(
    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.

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