Spread Windows Forms 12.0 Product Documentation
DateMonthField Constructor(MonthPattern)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateMonthField Class > DateMonthField Constructor : DateMonthField Constructor(MonthPattern)
The GrapeCity.Win.Spread.InputMan.CellType.MonthPattern value indicates the pattern of the DateMonthField.
Initializes a new instance of the DateMonthField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pattern As MonthPattern _
)
'Usage
 
Dim pattern As MonthPattern
 
Dim instance As New DateMonthField(pattern)
public DateMonthField( 
   MonthPattern pattern
)

Parameters

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

Reference

DateMonthField Class
DateMonthField Members
Overload List