Skip to main content

SuggestionCollection.Insert(Int32, SuggestionBase) Method

Inserts an item to the SuggestionCollection at the specified index.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void Insert(
    int index,
    SuggestionBase suggestion
)

Parameters

Name Type Description
index Int32

The zero-based index at which the suggestion should be inserted.

suggestion SuggestionBase

The SuggestionBase object to insert into the collection.

See Also