Spread for ASP.NET 12 Product Documentation
Maximum Property (SliderCellType)


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > SliderCellType Class : Maximum Property
Gets or sets the maximum value available for input for the slider cell.
Syntax
'Declaration
 
Public Property Maximum As Double
'Usage
 
Dim instance As SliderCellType
Dim value As Double
 
instance.Maximum = value
 
value = instance.Maximum
public double Maximum {get; set;}
See Also

Reference

SliderCellType Class
SliderCellType Members