Platform SDK: CDO 1.2.1

Name Property (Column Object)

The Name property returns or sets the default heading for this Column object. Read/write.

Syntax

objColumn.Name

Data Type

String

Remarks

The Name property represents the text to be rendered for this column in the header row. The column header is rendered according to the HeadingCellPattern property of the ContainerRenderer object.

The Name property is also useful for distinguishing between columns that render the same property. Two different columns, for example, could render the CdoPR_MESSAGE_CLASS property, one as an icon and the other as a text string. The two columns would have the same Property property, but they should have different Name properties, such as “Icon” and “Message Class”.