Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHolidayPolicy Structure / Override Property


In This Topic
    Override Property
    In This Topic
    Gets or sets whether to override the holiday.
    Syntax
    'Declaration
     
    
    Public Property Override As HolidayOverride
    'Usage
     
    
    Dim instance As DayOfWeekHolidayPolicy
    Dim value As HolidayOverride
     
    instance.Override = value
     
    value = instance.Override
    public HolidayOverride Override {get; set;}

    Property Value

    true to override the holiday; otherwise, false. The default is false.
    See Also