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


SignState Enumeration
Represent the sign type.
Syntax
'Declaration
 
Public Enum SignState 
   Inherits System.Enum
 
'Usage
 
Dim instance As SignState
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