Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / AcceptsDecimal Property


In This Topic
    AcceptsDecimal Property (GcNumberCellType)
    In This Topic
    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.
    Syntax
    '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.
    See Also