SuggestionCollection.Insert(Int32, SuggestionBase) Method
Inserts an item to the SuggestionCollection at the specified index.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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