Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListColumns Property


In This Topic
    ListColumns Property (GcComboBox)
    In This Topic
    Gets the collection of the columns.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListColumns As ListColumnCollection
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ListColumnCollection
     
    value = instance.ListColumns
    public ListColumnCollection ListColumns {get;}

    Property Value

    A ListColumnCollection object.
    Remarks
    By using the ListColumnCollection returned by this property, you can add columns, remove columns, and obtain a count of the columns contained in the drop-down list of the GcComboBox control.
    See Also