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


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