ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CommonImageMapCollection Class / AddRange Method

In This Topic
    AddRange Method (CommonImageMapCollection)
    In This Topic
    Adds a group of CommonImageMap objects to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As CommonImageMap _
    ) 
    public void AddRange( 
       CommonImageMap[] items
    )

    Parameters

    items
    See Also