Spread for ASP.NET 12 Product Documentation
Steps Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : Steps Property
Gets or sets the number of discrete values available for input for the slider cell.
Syntax
'Declaration
 
Public Property Steps As Integer
'Usage
 
Dim instance As SliderCellType
Dim value As Integer
 
instance.Steps = value
 
value = instance.Steps
public int Steps {get; set;}
Remarks
The steps are equally spaced within the slider range of values.
See Also

Reference

SliderCellType Class
SliderCellType Members