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

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

    Parameters

    index
    item
    See Also