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


In This Topic
AllowDeleteToNull Property
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

Property Value

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