Share via


Bands Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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 the ModHFGrid Control object.
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.

See Also

Col, Row Properties (ModHFGrid) | ModHFGrid Control