Returns a reference to a CoolBar control’s collection of Band objects.
Syntax
object.Bands
The object placeholder is an object expression that evaluates to a CoolBar control.
Remarks
You can manipulate Band objects using standard collection methods (for example, the Add and Remove methods). Each element in the collection can be accessed by its index, the value of the Index property, or by a unique key, the value of the Key property.