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


In This Topic
    MaximumValue Property (CurrencyCellType)
    In This Topic
    Gets or sets the maximum value allowed for user entry.
    Syntax
    'Declaration
     
    
    Public Property MaximumValue As Decimal
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Decimal
     
    instance.MaximumValue = value
     
    value = instance.MaximumValue
    public decimal MaximumValue {get; set;}
    Exceptions
    ExceptionDescription
    Specified value is beyond accepted limits
    See Also