[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.CalendarDimensions

CalendarDimensions Property

CalendarDimensions

Gets or sets dimensions of the drop-down calendar.

Declaration
[Browsable(true)]
public Size CalendarDimensions { get; set; }
<Browsable(True)>
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 have a maximum product of 12; values greater than 12 are not allowed.

Exceptions
Type Condition
ArgumentException

The value is not valid.