ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / BandCollection Class / Insert Method
Position where the new band will be inserted.

In This Topic
    Insert Method (BandCollection)
    In This Topic
    Inserts a new Band at a specified position in the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer _
    ) 
    public void Insert( 
       System.int index
    )

    Parameters

    index
    Position where the new band will be inserted.
    See Also