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


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