Spread for ASP.NET 11 Product Documentation
Step Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > NumericUpDownCellType Class : Step Property
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

Reference

NumericUpDownCellType Class
NumericUpDownCellType Members