Spread Windows Forms 12.0 Product Documentation
HolidayBase Class
Members 


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace : HolidayBase Class
Represents a base class implementation of the holiday interface. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
HolidayBase Class
Syntax
'Declaration
 
Public MustInherit Class HolidayBase 
   Implements IHoliday 
'Usage
 
Dim instance As HolidayBase
public abstract class HolidayBase : IHoliday  
Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.HolidayBase
      GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHoliday
      GrapeCity.Win.Spread.InputMan.CellType.ForceDayOfWeekHoliday
      GrapeCity.Win.Spread.InputMan.CellType.ForceDayOfWeekWorkday
      GrapeCity.Win.Spread.InputMan.CellType.ForceHoliday
      GrapeCity.Win.Spread.InputMan.CellType.ForceWorkday
      GrapeCity.Win.Spread.InputMan.CellType.Holiday

See Also

Reference

HolidayBase Members
GrapeCity.Win.Spread.InputMan.CellType Namespace