ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / SetCalendarDimensions Method
The number of columns.
The number of rows.

In This Topic
    SetCalendarDimensions Method (CalendarSettings)
    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