ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / BandCollection Class / Remove Method
Index of the band that will be removed from the collection.

In This Topic
    Remove Method (BandCollection)
    In This Topic
    Removes a Band from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public void Remove( 
       System.int index
    )

    Parameters

    index
    Index of the band that will be removed from the collection.
    See Also