[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType.MaxDate

MaxDate Property

MaxDate

Gets or sets the maximum allowable value when changing the field or value of the control using the spin setting.

Declaration
[TypeConverter(typeof(DateTimeConverter))]
public DateTime MaxDate { get; set; }
<TypeConverter(GetType(DateTimeConverter))>
Public Property MaxDate As Date
Property Value
Type Description
DateTime

A DateTime value that indicates the maximum allowable value.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value is less than GrapeCity.Win.Spread.InputMan.CellType.GcDateTime.MinDate.