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


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