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


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