Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListColumns Property


In This Topic
ListColumns Property (GcComboBoxCellType)
In This Topic
Gets the column collection.
Syntax
'Declaration
 
Public Property ListColumns As ListColumnCollectionInfo
 
'Usage
 
Dim instance As GcComboBoxCellType
Dim value As ListColumnCollectionInfo
 
instance.ListColumns = value
 
value = instance.ListColumns

Property Value

A ListColumnCollectionInfo object.
Remarks
Using the ListColumnCollectionInfo object returned by this property, you can add columns, remove columns, and get the number of columns contained in the drop-down list of GcComboBox.
See Also