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


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

    Property Value

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