ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 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 _
    ) 
    public void SetCalendarDimensions( 
       int x,
       int y
    )

    Parameters

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