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


DateField Class
Represents DateField class to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Syntax
'Declaration
 
Public MustInherit Class DateField 
   Inherits Field
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As DateField
Remarks
This class represents base class for a type of fields that can accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
Inheritance Hierarchy
See Also