Spread Windows Forms 15.0
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.


In This Topic
    DateMonthField Constructor(MonthPattern)
    In This Topic
    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