ListColumn.Name Property

Excel Developer Reference

Returns or sets a String value that represents the name of the list column.

Syntax

expression.Name

expression   A variable that represents a ListColumn object.

Remarks

The value of this property is also used as the display name of the list column. This name must be unique within the list.

See Also