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


In This Topic
    NumberFieldInfo Class
    In This Topic
    Represents the NumberFieldInfo class used to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.
    Syntax
    'Declaration
     
    
    Public MustInherit Class NumberFieldInfo 
       Inherits FieldInfo
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As NumberFieldInfo
    public abstract class NumberFieldInfo : FieldInfo, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Remarks
    This class represents the base class for field types that can be accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType.
    Inheritance Hierarchy
    See Also