ComponentOne Input for WinForms
SetCalendarDimensions Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > DateEditMonthCalendar Class : SetCalendarDimensions Method
The number of columns.
The number of rows.
Sets the number of columns and rows of months to display.
Syntax
'Declaration
 
Public Sub SetCalendarDimensions( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) 
public void SetCalendarDimensions( 
   System.int x,
   System.int y
)

Parameters

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

Reference

DateEditMonthCalendar Class
DateEditMonthCalendar Members