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

In This Topic
    Count Property (BandCollection)
    In This Topic
    Gets or sets the number of bands in the collection.
    Syntax
    'Declaration
     
    Public Property Count As System.Integer
    public System.int Count {get; set;}
    See Also