[]
        
(Showing Draft Content)

C1.WPF.SpellChecker.WordList.RemoveItem

RemoveItem Method

RemoveItem(int)

Removes the word at the specified index from the collection.

Declaration
protected override void RemoveItem(int index)
Protected Overrides Sub RemoveItem(index As Integer)
Parameters
Type Name Description
int index

The zero-based index at which the new item should be removed.

Overrides