GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateMonthField Class
Members


DateMonthField Class
Represents DateMonthField class to define month fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
Syntax
'Declaration
 
Public Class DateMonthField 
   Inherits DateInputField
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As DateMonthField
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField
         GrapeCity.Win.Spread.InputMan.CellType.Fields.DateInputField
            GrapeCity.Win.Spread.InputMan.CellType.Fields.DateMonthField

See Also