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


EmptyRows Enumeration
Specifies how to show the empty week rows in the DropDownCalendar.
Syntax
'Declaration
 
Public Enum EmptyRows 
   Inherits System.Enum
 
'Usage
 
Dim instance As EmptyRows
Members
MemberDescription
AllAtEndSpecifies that all empty rows are at the end.
StartEmptySpecifies that the empty rows appear at the beginning.
Inheritance Hierarchy

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

See Also