Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendItemsCollection Class / RemoveAt Method
The index of the item to remove.

In This Topic
    RemoveAt Method (MapLegendItemsCollection)
    In This Topic
    Removes the item at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of the item to remove.
    See Also