Skip to main content
All docs
V26.1
  • IgnoreList.Remove(Position, Position, String) Method

    Removes a word ignored only once from the list.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.SpellChecker.v26.1.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