Skip to main content

SuggestionCollection.RemoveAt(Int32) Method

Removes the element at the specified index of the current collection.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the element to remove.

See Also