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


In This Topic
    SpinIncrementValue Property (GcDateTime)
    In This Topic
    Gets or sets the spin increment value.
    Syntax
    'Declaration
     
    Public Property SpinIncrementValue As TimeSpan
    'Usage
     
    Dim instance As GcDateTime
    Dim value As TimeSpan
     
    instance.SpinIncrementValue = value
     
    value = instance.SpinIncrementValue
    public TimeSpan SpinIncrementValue {get; set;}

    Property Value

    A System.TimeSpan value indicates the spin increment value.
    Remarks
    This property indicates the value increased or decreased on the property of Value.
    See Also