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


In This Topic
    SymbolDirection Enumeration
    In This Topic
    Represents the direction of the symbol.
    Syntax
    'Declaration
     
    
    Public Enum SymbolDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SymbolDirection
    public enum SymbolDirection : System.Enum 
    Members
    MemberDescription
    DownSpecifies the down direction.
    LeftSpecifies the left direction.
    RightSpecifies the right direction.
    UpSpecifies the up direction.
    Inheritance Hierarchy

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

    See Also