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


VerticalFlags Enumeration
Specifies which part of the vertical line to draw.
Syntax
'Declaration
 
Public Enum VerticalFlags 
   Inherits System.Enum
 
'Usage
 
Dim instance As VerticalFlags
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