Name property



The name of the column.

Syntax

Set:     Column.setName(sName)
Get:     sName = Column.getName()

Applies to

Column object.

Data type

String. The sName value references the name of the Column object on which this method is invoked.

Usage

This property represents the name of the column.

See also


Name property (of Task)