BoundColumn Property
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.
Control.BoundColumn[ = nCol]
Return Value
- nCol
Specifies the number of the column that is bound to the Value property. The default for nCol is 1.
Remarks
Applies To: ComboBox Control | ListBox Control
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.