[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendarInfo.CalendarDimensions

CalendarDimensions Property

CalendarDimensions

Gets or sets the dimensions of the drop-down calendar.

Declaration
public Size CalendarDimensions { get; set; }
Public Property CalendarDimensions As Size
Property Value
Type Description
Size

A Size with the number of columns and rows to use to display the calendar.
The default is true.

Remarks

Only one calendar year is displayed at a time, and the maximum number of months that can be displayed is 12. Valid combinations of columns and rows make a maximum product of 12; for values greater than 12, the value is not allowed.

Exceptions
Type Condition
ArgumentException

The value is not valid.