Spread Windows Forms 12.0 Product Documentation
NumberFieldInfo Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : NumberFieldInfo Class
Represents the NumberFieldInfo class used to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
NumberFieldInfo Class
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

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.FieldInfo
      GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalPartFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberDecimalSeparatorFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberIntegerPartFieldInfo
         GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberSignFieldInfo

See Also

Reference

NumberFieldInfo Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace