Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / MonthPattern Enumeration


In This Topic
    MonthPattern Enumeration
    In This Topic
    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