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


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

    Property Value

    Decimal numeric minimum value
    Example
    See Also