Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / ValueColorCollection Class / Insert Method

In This Topic
    Insert Method (ValueColorCollection)
    In This Topic
    Inserts the specified C1GaugeValueColor into this collection at the given index.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As C1GaugeValueColor _
    ) 
    public void Insert( 
       System.int index,
       C1GaugeValueColor item
    )

    Parameters

    index
    item
    See Also