MonthCalendar.SetCalendarDimensions Method
.NET Framework 4
Sets the number of columns and rows of months to display.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
x or y is less than 1. |
The maximum number of months that you can display is 12, restricted to one calendar year. The product of the x and y parameters should be 12 or less. For values of x and y that have a product of more than 12, the greater of the x and y values will be iteratively reduced until the product is 12 or less.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.