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


In This Topic
ShowColumnHeaders Property (MultiColumnComboBoxCellType)
In This Topic
Gets or sets whether column headers are displayed in the drop-down list.
Syntax
'Declaration
 
Public Property ShowColumnHeaders As Boolean
 
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As Boolean
 
instance.ShowColumnHeaders = value
 
value = instance.ShowColumnHeaders
See Also