Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / MinValue Property


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

    Property Value

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