Spread Windows Forms 12.0 Product Documentation
DecimalMode Enumeration


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : DecimalMode Enumeration
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

Reference

GrapeCity.Win.Spread.InputMan.CellType Namespace