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