Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Values Class / Insert Method
The index where to insert the object.
The object to insert.

In This Topic
    Insert Method (Values)
    In This Topic
    Inserts the specified Value into the current collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As Value _
    ) 
    public void Insert( 
       int index,
       Value item
    )

    Parameters

    index
    The index where to insert the object.
    item
    The object to insert.
    See Also