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


AllowSelection Enumeration
Specifies the type of dates that can be selected.
Syntax
'Declaration
 
Public Enum AllowSelection 
   Inherits System.Enum
 
'Usage
 
Dim instance As AllowSelection
Members
MemberDescription
AnydaySpecifies that any dates can be selected.
HolidaySpecifies that only holidays and weekend days can be selected.
WorkdaySpecifies that only workdays can be selected.
Inheritance Hierarchy

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

See Also