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


CalendarType Enumeration
Defines the type of the calendar.
Syntax
'Declaration
 
Public Enum CalendarType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalendarType
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