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


In This Topic
    EmptyRows Enumeration
    In This Topic
    Specifies how to show the empty week rows in the DropDownCalendar.
    Syntax
    'Declaration
     
    
    Public Enum EmptyRows 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As EmptyRows
    public enum EmptyRows : System.Enum 
    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