Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PercentCellType Class / MinimumValue Property
Example


In This Topic
    MinimumValue Property (PercentCellType)
    In This Topic
    Gets or sets the minimum value.
    Syntax
    'Declaration
     
    
    Public Property MinimumValue As Double
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As Double
     
    instance.MinimumValue = value
     
    value = instance.MinimumValue
    public double MinimumValue {get; set;}

    Property Value

    Double-precision, floating-point minimum value
    Example
    This example sets the minimum and maximum values and how to display the percentage.
    See Also