Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / IndexEntryCollection Class / Insert Method
The position of the inserted item in the collection.
The item to insert.

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

    Parameters

    index
    The position of the inserted item in the collection.
    item
    The item to insert.
    See Also