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


In This Topic
    DecimalMode Enumeration
    In This Topic
    Repesents the decimal part of the numeric value handling mode.
    Syntax
    'Declaration
     
    
    Public Enum DecimalMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DecimalMode
    public enum DecimalMode : System.Enum 
    Members
    MemberDescription
    CutCut off the decimal part, only kepts the integer part value.
    FilterThe decimal point will be filtered.
    Inheritance Hierarchy

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

    See Also