ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / BandCollection Class / Item Property

In This Topic
    Item Property (BandCollection)
    In This Topic
    Gets the item at a given index in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As System.Object
    public System.object this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also