Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / DataColumn Property


In This Topic
DataColumn Property
In This Topic
Gets or sets which list column (by index) serves as the data portion of the combo box.
Syntax
'Declaration
 
Public Property DataColumn As Integer
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Integer
 
instance.DataColumn = value
 
value = instance.DataColumn
See Also