[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.MinValue

MinValue Property

MinValue

Gets or sets the minimum allowable value when using the spin option.

Declaration
public decimal MinValue { get; set; }
Public Property MinValue As Decimal
Property Value
Type Description
decimal

A decimal value that indicates the minimum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is greater than MaxValue or less than the default value.