ColumnName Property

Returns the read-only column name selected for a ListBox or ComboBox Control display. To select the column, use the ColumnNumber property.

Syntax

object.ColumnName [= String]

Parameters

The ColumnName property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

The name of a column whose value populates a ListBox or ComboBox Control. String is read-only.

See Also