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


In This Topic
    HolidayBase Class
    In This Topic
    Represents a base class implementation of the holiday interface. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
    Syntax
    'Declaration
     
    
    Public MustInherit Class HolidayBase 
       Implements IHoliday 
    'Usage
     
    
    Dim instance As HolidayBase
    public abstract class HolidayBase : IHoliday  
    Inheritance Hierarchy
    See Also