Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / AllowDeleteToNull Property


In This Topic
    AllowDeleteToNull Property (GcNumberCellType)
    In This Topic
    Gets or sets a value that indicates whether to allow a null value when deleting the contents.
    Syntax
    'Declaration
     
    
    Public Property AllowDeleteToNull As Boolean
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As Boolean
     
    instance.AllowDeleteToNull = value
     
    value = instance.AllowDeleteToNull
    public bool AllowDeleteToNull {get; set;}

    Property Value

    true if allowing a null value when deleting; otherwise, false.
    See Also