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


In This Topic
    Minimum Property (SliderCellType)
    In This Topic
    Gets or sets the minimum value available for input for the slider cell.
    Syntax
    'Declaration
     
    
    Public Property Minimum As Double
    'Usage
     
    
    Dim instance As SliderCellType
    Dim value As Double
     
    instance.Minimum = value
     
    value = instance.Minimum
    public double Minimum {get; set;}

    Property Value

    Integer number for the minimum value
    Example
    See Also