Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ForceHoliday Class
Members


In This Topic
    ForceHoliday Class
    In This Topic
    An implementation of the forced holidays which will be based on the exact specified dates and not yearly.
    Object Model
    ForceHoliday Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Class ForceHoliday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As ForceHoliday
    [Serializable()]
    public class ForceHoliday : HolidayBase, IHoliday  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.HolidayBase
          GrapeCity.Wpf.SpreadSheet.CellType.Editors.ForceHoliday

    See Also