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


In This Topic
    NumberField Class
    In This Topic
    Represents NumberField class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control.
    Syntax
    'Declaration
     
    
    Public MustInherit Class NumberField 
       Inherits Field
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As NumberField
    public abstract class NumberField : Field, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    Remarks
    It is a base class for all Fields of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber Control.
    Inheritance Hierarchy
    See Also