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


In This Topic
    MaximumValue Property (CurrencyCellType)
    In This Topic
    Gets or sets the maximum value.
    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;}

    Property Value

    Decimal numeric maximum value
    Example
    See Also