'Declaration
Public Property AcceptsDecimal As DecimalMode
'Usage
Dim instance As GcNumberCellType Dim value As DecimalMode instance.AcceptsDecimal = value value = instance.AcceptsDecimal
public DecimalMode AcceptsDecimal {get; set;}
Property Value
A DecimalMode enumeration that indicates whether to accept the decimal part when pasting a value that includes the decimal part when the decimal part is not allowed by the format setting.The default is DecimalMode.Filter.