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

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

    Parameters

    items
    See Also