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


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

Reference

NumericUpDownCellType Class
NumericUpDownCellType Members