Share via


ColHeaderCaption 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 the caption to display in the header of the specified column and band.

Syntax

object.ColHeaderCaption(number, index) [=string]

The ColHeaderCaption property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
number A Long value that indicates the band that contains the specified column to set the caption.
index A Long value that indicates the specified column.
string A string expression that specifies the caption.

See Also

ModHFGrid Control