GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateMonthFieldInfo Class / DateMonthFieldInfo Constructor / DateMonthFieldInfo Constructor(MonthPattern)
The GrapeCity.Win.Spread.InputMan.CellType.MonthPattern value that indicates the pattern of the DateMonthFieldInfo.


In This Topic
DateMonthFieldInfo Constructor(MonthPattern)
In This Topic
Initializes a new instance of the DateMonthFieldInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pattern As MonthPattern _
)
 
'Usage
 
Dim pattern As MonthPattern
 
Dim instance As New DateMonthFieldInfo(pattern)

Parameters

pattern
The GrapeCity.Win.Spread.InputMan.CellType.MonthPattern value that indicates the pattern of the DateMonthFieldInfo.
See Also