[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalendar.ScrollMonth

ScrollMonth Method

ScrollMonth(int)

Scrolls the calendar month according to the numbers specified.

Declaration
public void ScrollMonth(int monthOffset)
Public Sub ScrollMonth(monthOffset As Integer)
Parameters
Type Name Description
int monthOffset

An integer type used to denote the number of calendar months to scroll and the direction in which to scroll them.

Remarks

The DropDownCalendar moves its display month using this method, based on the given month offset.