[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DayOfWeekStyle.-ctor

DayOfWeekStyle Constructor

DayOfWeekStyle()

Initializes a new instance of the DayOfWeekStyle class.

Declaration
public DayOfWeekStyle()
Public Sub New()

DayOfWeekStyle(string, ReflectTitle, SubStyle, WeekFlags)

Initializes a new instance of the DayOfWeekStyle class with the specified initialization properties.

Declaration
public DayOfWeekStyle(string dayName, ReflectTitle reflectToTitle, SubStyle subStyle, WeekFlags weekFlags)
Public Sub New(dayName As String, reflectToTitle As ReflectTitle, subStyle As SubStyle, weekFlags As WeekFlags)
Parameters
Type Name Description
string dayName

The string value that indicates the name of the day.

ReflectTitle reflectToTitle

The ReflectToTitle value that indicates a policy for how to apply the SubStyle to the title.

SubStyle subStyle

The SubStyle value that indicates the display style.

WeekFlags weekFlags

The WeekFlags value that indicates which week in a month should be applied to the style.