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


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