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


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

    Property Value

    Integer number for the maximum value
    Example
    See Also