Spread Windows Forms 12.0 Product Documentation
ListColumns Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : ListColumns Property
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
public ListColumnCollectionInfo ListColumns {get; set;}

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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members