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


AcceptsDecimal Property (GcNumber)
Gets or sets a value indicating if accepts decimal part when paste value include decimal part with the decimal part is forbidded by format setting.
Syntax
'Declaration
 
Public Property AcceptsDecimal As DecimalMode
 
'Usage
 
Dim instance As GcNumber
Dim value As DecimalMode
 
instance.AcceptsDecimal = value
 
value = instance.AcceptsDecimal

Property Value

A DecimalMode enumeration indicating if accepts decimal part when paste value include decimal part with the decimal part is forbidded by format setting.
The default is DecimalMode.Filter.
Exceptions
ExceptionDescription
The value isn't a valid DecimalMode item.
See Also