Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendItemsCollection Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the collection.

In This Topic
    Insert Method (MapLegendItemsCollection)
    In This Topic
    Inserts an item ot the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As MapLegendItem _
    ) 
    public void Insert( 
       int index,
       MapLegendItem item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the collection.
    See Also