ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / CodeRanges Class / InsertRange Method

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

    Parameters

    index
    collection
    See Also