Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcNumber Class / SpinIncrementValue Property


In This Topic
    SpinIncrementValue Property (GcNumber)
    In This Topic
    Gets or sets the allow spin increment value indicating spin value.
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.DecimalConverter)>
    Public Property SpinIncrementValue As Decimal
    'Usage
     
    Dim instance As GcNumber
    Dim value As Decimal
     
    instance.SpinIncrementValue = value
     
    value = instance.SpinIncrementValue
    [TypeConverter(System.ComponentModel.DecimalConverter)]
    public decimal SpinIncrementValue {get; set;}

    Property Value

    A decimal value. The default value is 0.
    Remarks
    This property indicates the value increased or decreased on the property of Value.
    See Also