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


ValueSignControl Enumeration
Determines what sign the value is.
Syntax
'Declaration
 
Public Enum ValueSignControl 
   Inherits System.Enum
 
'Usage
 
Dim instance As ValueSignControl
Members
MemberDescription
NegativeIndicates keep value negative.
NoControlIndicates not control sign of value.
PositiveIndicates keep value positive.
Inheritance Hierarchy

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

See Also