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


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