SetCalendarDimensions Method
In This Topic
Sets the number of columns and rows of months to display.
Syntax
'Declaration
Public Sub SetCalendarDimensions( _
ByVal As Integer, _
ByVal As Integer _
)
public void SetCalendarDimensions(
int ,
int
)
Parameters
- x
- The number of columns.
- y
- The number of rows.
See Also