ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / Insert Method

In This Topic
    Insert Method (CodeRanges)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As CodeRange _
    ) 
    public void Insert( 
       System.int index,
       CodeRange item
    )

    Parameters

    index
    item
    See Also