Sets the number of columns and rows to display.
[Visual Basic] Public Sub SetCalendarDimensions( _ ByVal x As Integer, _ ByVal y As Integer _ ) [C#] public void SetCalendarDimensions( int x, int y ); [C++] public: void SetCalendarDimensions( int x, int y ); [JScript] public function SetCalendarDimensions( x : int, y : int );
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace | CalendarDimensions