Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskCellType Class / BaseClearCollection Property


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