Returns the total number of bands in a ModHFGrid. The ModHFGrid always has a minimum of one band. When the ModHFGrid is bound to a standard recordset, the entire ModHFGrid is treated as one band.
Syntax
object.Bands [=value]
The Bands property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | The total number of bands in a ModHFGrid. |
Remarks
This property is read-only. The number of recordsets in the hierarchy of recordsets with which the control is bound defines the value.
See the Col and Row properties.