Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekStyle Class / DayOfWeekStyle Constructor / DayOfWeekStyle Constructor(String,ReflectTitle,SubStyle,WeekFlags)
The System.String value that indicates the name of the day.
The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title.
The SubStyle value that indicates the display style.
The WeekFlags value that indicates which week in a month should be applied to the style.


In This Topic
    DayOfWeekStyle Constructor(String,ReflectTitle,SubStyle,WeekFlags)
    In This Topic
    Initializes a new instance of the DayOfWeekStyle class with the specified initialization properties.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dayName As String, _
       ByVal reflectToTitle As ReflectTitle, _
       ByVal subStyle As SubStyle, _
       ByVal weekFlags As WeekFlags _
    )
    'Usage
     
    
    Dim dayName As String
    Dim reflectToTitle As ReflectTitle
    Dim subStyle As SubStyle
    Dim weekFlags As WeekFlags
     
    Dim instance As New DayOfWeekStyle(dayName, reflectToTitle, subStyle, weekFlags)

    Parameters

    dayName
    The System.String value that indicates the name of the day.
    reflectToTitle
    The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title.
    subStyle
    The SubStyle value that indicates the display style.
    weekFlags
    The WeekFlags value that indicates which week in a month should be applied to the style.
    See Also