[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.MaxValue

MaxValue Property

MaxValue

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

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

A decimal value that indicates the maximum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

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