Share via


BandLevel 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 band number that contains the current cell. The band numbers begin at 0. The current cell is defined by the Col and Row properties. This property is not available at design time.

Syntax

object.BandLevel [=number]

The BandLevel property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
number An integer or constant that specifies the band number that contains the current cell.

See Also

ModHFGrid Control