Determines which column of a multicolumn list box or combo box is bound to the Value property of the control. Available at design time and run time.
Syntax
Control.BoundColumn[ = nCol]
Settings
nCol
Specifies the number of the column that is bound to the Value property. The default for nCol is 1.
Remarks
Use BoundColumn when the list box or combo box has multiple columns and when you want the data in a column other than the first column to be stored in the control's Value property.