Specifies the column number of the ADO record set to use to populate a ListBox or ComboBox Control.
Syntax
object.ColumnNumber [= Long]
Parameters
The ColumnNumber property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Long |
The column number of the retrieved ADO record set. |
Remarks
The ColumnNumber property refers to the column number in the data table retrieved, not the column number of the table queried.
See Also
DblClick (Area as Integer) Event