Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / NumericUpDownCellType Class / Maximum Property
Example


In This Topic
    Maximum Property (NumericUpDownCellType)
    In This Topic
    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;}

    Property Value

    Double-precision, floating point number for the maximum number
    Example
    This example sets number limits.
    See Also