Name property



Represents the name of the column.

Syntax

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

Applies to

Column object.

Data type

String. The sName value is a String that specifies the column name.

Usage

This property of columns represents the column names.

Example
Topic title of example topic

See also
Topic 1
Topic 2