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


In This Topic
    Holiday Class
    In This Topic
    An implementation of the yearly holidays - which means holidays defined here will appear yearly regardless of the year.
    Object Model
    Holiday Class
    Syntax
    'Declaration
     
    Public Class Holiday 
       Inherits HolidayBase
       Implements IHoliday 
    'Usage
     
    Dim instance As Holiday
    public class Holiday : HolidayBase, IHoliday  
    Inheritance Hierarchy

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

    See Also