ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / SuggestionList Class / InsertRange Method

In This Topic
    InsertRange Method (SuggestionList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub InsertRange( _
       ByVal index As System.Integer, _
       ByVal collection As System.Collections.Generic.IEnumerable(Of String) _
    ) 
    public void InsertRange( 
       System.int index,
       System.Collections.Generic.IEnumerable<string> collection
    )

    Parameters

    index
    collection
    See Also