Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateLiteralField Class
Members


In This Topic
    DateLiteralField Class
    In This Topic
    Represents DateLiteralField class to define literal fields for the GrapeCity.Win.Spread.InputMan.CellType.GcDateTime control.
    Syntax
    'Declaration
     
    
    Public Class DateLiteralField 
       Inherits DateField
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As DateLiteralField
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
          GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField
             GrapeCity.Win.Spread.InputMan.CellType.Fields.DateLiteralField

    See Also