Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / NumericUpDownCellType Class / Step Property


In This Topic
    Step Property
    In This Topic
    Gets or sets the step used for simple numeric incrementing and decrementing.
    Syntax
    'Declaration
     
    
    Public Property Step As Double
    'Usage
     
    
    Dim instance As NumericUpDownCellType
    Dim value As Double
     
    instance.Step = value
     
    value = instance.Step
    public double Step {get; set;}

    Property Value

    Double-precision, floating point number for the step
    See Also