Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberField Class
Members


NumberField Class
Represents NumberField class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumber control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class NumberField 
   Inherits Field
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As NumberField
Remarks
It is a base class for all Fields of the GrapeCity.Win.Spread.InputMan.CellType.GcNumber Control.
Inheritance Hierarchy
See Also