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


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