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 an object in the Applies To list. |
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. |