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

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

    Parameters

    items
    See Also