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


In This Topic
    CalendarType Enumeration
    In This Topic
    Defines the type of the calendar.
    Syntax
    'Declaration
     
    
    Public Enum CalendarType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarType
    public enum CalendarType : System.Enum 
    Members
    MemberDescription
    MonthDayShows the calendar by Month-Day type.
    YearMonthShows the calendar by Year-Month type.
    Inheritance Hierarchy

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

    See Also