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


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

    Property Value

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