[]
        
(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)
Parameters
Type Name Description
int index

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

Overrides