Spread for ASP.NET 12 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;}
See Also

Reference

NumericUpDownCellType Class
NumericUpDownCellType Members