Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ClippingCollection Class / AddRange Method

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

    Parameters

    items
    See Also