Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberIntegerPartDisplayFieldInfo Class
Members


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

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.DisplayFieldInfo
          GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDisplayFieldInfo
             GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberIntegerPartDisplayFieldInfo

    See Also