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]

Property Values

  • 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.

See Also

Value Property | ActiveColumn Property | Columns Property

Applies To: ComboBox Control | ListBox Control