Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / MinimumValue Property


In This Topic
    MinimumValue Property (CurrencyCellType)
    In This Topic
    Gets or sets the minimum value allowed for user entry.
    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;}
    Exceptions
    ExceptionDescription
    Specified value is beyond accepted limits
    See Also