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


TimeSpanField Class
Represents TimeSpanField class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan control.
Syntax
'Declaration
 
Public MustInherit Class TimeSpanField 
   Inherits Field
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
 
'Usage
 
Dim instance As TimeSpanField
Remarks
This class represents a base field that can accepted by GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan control.
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.TimeSpanField

See Also