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

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

    Parameters

    items
    See Also