ColHeader Property (ModHFGrid)

Applies To

Specifies whether headers should display for the specified band.

Syntax

object.ColHeader(BandNumber) [=value]

The ColHeader property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
BandNumber Required. A Long value that specifies the band to be affected.
value Optional. A Long value that specifies whether the band that contains the headers will show or be hidden, as described in Settings.

Settings

The settings for value are:

Settings Value Description
flexColHeaderOff 0 No headers display for the band.
flexColHeaderOn 1 The headers display for each band.