Spread Windows Forms 12.0 Product Documentation
SymbolDirection Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : SymbolDirection Enumeration
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace