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


In This Topic
    ValueSignControl Enumeration
    In This Topic
    Determines what sign the value is.
    Syntax
    'Declaration
     
    
    Public Enum ValueSignControl 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ValueSignControl
    public enum ValueSignControl : System.Enum 
    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