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


In This Topic
    DayOfWeekHoliday Class
    In This Topic
    Represents the yearly holidays set by the day of the week rules.
    Syntax
    'Declaration
     
    
    Public Class DayOfWeekHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    
    Dim instance As DayOfWeekHoliday
    public class DayOfWeekHoliday : HolidayBase, IHoliday  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Win.Spread.InputMan.CellType.HolidayBase
          GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHoliday

    See Also