Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Add(
    Position start,
    Position end,
    string word
)

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.

See Also