Skip to main content

IgnoreList.Remove(Position, Position, String) Method

Removes a word ignored only once from the list.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Remove(
    Position start,
    Position finish,
    string word
)

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.

See Also