Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / WeekdaysStyle Class / Friday Property


In This Topic
    Friday Property (WeekdaysStyle)
    In This Topic
    Gets or sets the style for Friday.
    Syntax
    'Declaration
     
    
    Public Property Friday As DayOfWeekStyle
    'Usage
     
    
    Dim instance As WeekdaysStyle
    Dim value As DayOfWeekStyle
     
    instance.Friday = value
     
    value = instance.Friday
    public DayOfWeekStyle Friday {get; set;}

    Property Value

    The DayOfWeekStyle value that indicates the style for Friday.
    See Also