Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / AcceptsDecimal Property


In This Topic
    AcceptsDecimal Property (GcNumber)
    In This Topic
    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
    public DecimalMode AcceptsDecimal {get; set;}

    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