Gets or sets a value that indicates if the decimal part is accepted when pasting a value that includes the decimal part when the decimal part is not allowed by the format setting.
Dim instance AsGcNumberCellTypeDim value AsDecimalMode
instance.AcceptsDecimal = value
value = instance.AcceptsDecimal
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.