Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ClearCollection Property


In This Topic
    ClearCollection Property (GcComboBoxCellType)
    In This Topic
    Innernal use by designer.
    Syntax
    'Declaration
     
    
    Public Property ClearCollection As Boolean
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As Boolean
     
    instance.ClearCollection = value
     
    value = instance.ClearCollection
    public bool ClearCollection {get; set;}
    See Also