Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberIntegerPartDisplayField Class
Members


In This Topic
    NumberIntegerPartDisplayField Class
    In This Topic
    Represents NumberIntegerPartDisplayField class to define integer part display fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public Class NumberIntegerPartDisplayField 
       Inherits NumberDisplayField
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As NumberIntegerPartDisplayField
    public class NumberIntegerPartDisplayField : NumberDisplayField, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayField
          GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayField
             GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberIntegerPartDisplayField

    See Also