Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHolidayPolicy Structure
Members


In This Topic
    DayOfWeekHolidayPolicy Structure
    In This Topic
    Stores the holiday policy for a weekday - such as which weeks in the month are considered as holidays or whether a holiday should automatically override to the next day.
    Syntax
    'Declaration
     
    
    Public Structure DayOfWeekHolidayPolicy 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As DayOfWeekHolidayPolicy
    public struct DayOfWeekHolidayPolicy : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekHolidayPolicy

    See Also