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


In This Topic
    SignState Enumeration
    In This Topic
    Represent the sign type.
    Syntax
    'Declaration
     
    
    Public Enum SignState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SignState
    public enum SignState : System.Enum 
    Members
    MemberDescription
    NegativeRepresent the value is negative. eg, value = -0.
    NoneRepresent there is none sign. eg, value == a null reference (Nothing in Visual Basic).
    PositiveRepresent the value is positive. eg, value = +0.
    Inheritance Hierarchy

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

    See Also