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