Spread Windows Forms 12.0 Product Documentation
MonthPattern Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : MonthPattern Enumeration
Defines what kind of pattern is displayed.
Syntax
'Declaration
 
Public Enum MonthPattern 
   Inherits System.Enum
'Usage
 
Dim instance As MonthPattern
public enum MonthPattern : System.Enum 
Members
MemberDescription
AbbreviatedMonthNameDisplays an abbreviated month name.
MonthNameDisplays a full month name.
NumberDisplays a number.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.MonthPattern

See Also

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace