RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / WordList Class / RemoveItem Method
The zero-based index at which the new item should be removed.

In This Topic
    RemoveItem Method (WordList)
    In This Topic
    Removes the word at the specified index from the collection.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    protected override void RemoveItem( 
       int index
    )

    Parameters

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