C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / SetCalendarDimensions Method
The number of columns.
The number of rows.

In This Topic
SetCalendarDimensions Method
In This Topic
Sets the number of columns and rows of months to display.
Syntax
'Declaration
 
Public Sub SetCalendarDimensions( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 

Parameters

x
The number of columns.
y
The number of rows.
See Also