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


In This Topic
    Symbols Enumeration
    In This Topic
    Represents useful symbols.
    Syntax
    'Declaration
     
    
    Public Enum Symbols 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Symbols
    public enum Symbols : System.Enum 
    Members
    MemberDescription
    ArrowSpecifies an arrow.
    ArrowDoubleOverlineSpecifies an arrow with a double over line.
    ArrowDoubleUnderlineSpecifies an arrow with a double underline.
    ArrowOverlineSpecifies an arrow with an over line.
    ArrowThickOverlineSpecifies an arrow with a thick over line.
    ArrowThickUnderlineSpecifies an arrow with a thick underline.
    ArrowUnderlineSpecifies an arrow with an underline.
    DotSpecifies a dot.
    DoubleArrowSpecifies a double arrow.
    NoneSpecifies an empty symbol.
    ZoomInSpecifies a zoom in symbol.
    ZoomOutSpecifies a zoom out symbol.
    Inheritance Hierarchy

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

    See Also