Spread Windows Forms 12.0 Product Documentation
ScrollMonth Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : ScrollMonth Method
An integer type used to denote the number of calendar months to scroll and the direction in which to scroll them.
Scrolls the calendar month according to the numbers specified.
Syntax
'Declaration
 
Public Sub ScrollMonth( _
   ByVal monthOffset As Integer _
) 
'Usage
 
Dim instance As DropDownCalendar
Dim monthOffset As Integer
 
instance.ScrollMonth(monthOffset)
public void ScrollMonth( 
   int monthOffset
)

Parameters

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.
See Also

Reference

DropDownCalendar Class
DropDownCalendar Members