Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / AllowDeleteToNull Property


In This Topic
AllowDeleteToNull Property (GcNumber)
In This Topic
Gets or sets a value indicating whether allow to delete the value to null.
Syntax
'Declaration
 
Public Property AllowDeleteToNull As Boolean
 
'Usage
 
Dim instance As GcNumber
Dim value As Boolean
 
instance.AllowDeleteToNull = value
 
value = instance.AllowDeleteToNull

Property Value

true if allows to delete the value to null; otherwise, false.
See Also