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


In This Topic
    TimeSpanField Class
    In This Topic
    Represents TimeSpanField class to define fields for the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpan control. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class TimeSpanField 
       Inherits Field
       Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As TimeSpanField
    public abstract class TimeSpanField : Field, GrapeCity.Win.Spread.InputMan.CellType.INamedObject  
    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