[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.AcceptsDecimal

AcceptsDecimal Property

AcceptsDecimal

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.

Declaration
public DecimalMode AcceptsDecimal { get; set; }
Public Property AcceptsDecimal As DecimalMode
Property Value
Type Description
DecimalMode

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.