SuggestionCollection.RemoveAt(Int32) Method
Removes the element at the specified index of the current collection.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v25.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index of the element to remove. |
See Also