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


In This Topic
    TimeSpanFieldInfo Class
    In This Topic
    Represents the TimeSpanField class used to define base input fields for the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class TimeSpanFieldInfo 
       Inherits FieldInfo
       Implements FarPoint.Win.ISerializeSupport, GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
    'Usage
     
    
    Dim instance As TimeSpanFieldInfo
    Remarks
    This class represents the base class for field types that can be accepted by the GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.
    Inheritance Hierarchy
    See Also