Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / SignState Enumeration


In This Topic
    SignState Enumeration
    In This Topic
    Represents 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. e.g. value = -0.
    NoneRepresent there is none sign. e.g. value == null.
    PositiveRepresent the value is positive. e.g. value = +0.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.SignState

    See Also