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


In This Topic
    VerticalFlags Enumeration
    In This Topic
    Specifies which part of the vertical line to draw.
    Syntax
    'Declaration
     
    
    Public Enum VerticalFlags 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalFlags
    public enum VerticalFlags : System.Enum 
    Members
    MemberDescription
    BothDraws the entire line.
    DayOnlyDraws only the days region area.
    HeaderOnlyDraws only the header area.
    Inheritance Hierarchy

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

    See Also