Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / MaxValue Property


In This Topic
    MaxValue Property (GcNumberCellType)
    In This Topic
    Gets or sets the maximum allowable value when using the spin option.
    Syntax
    'Declaration
     
    
    Public Property MaxValue As Decimal
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As Decimal
     
    instance.MaxValue = value
     
    value = instance.MaxValue
    public decimal MaxValue {get; set;}

    Property Value

    A System.Decimal value that indicates the maximum allowable value.
    Exceptions
    ExceptionDescription
    The value is less than MinValue or greater than the default value.
    See Also