[]
        
(Showing Draft Content)

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

HolidayStyle Constructor

HolidayStyle()

Initializes a new instance of the HolidayStyle class.

Declaration
public HolidayStyle()
Public Sub New()

HolidayStyle(string)

Initializes a new instance of the HolidayStyle class with the specified name.

Declaration
public HolidayStyle(string name)
Public Sub New(name As String)
Parameters
Type Name Description
string name

The string value that indicates the name of the HolidayStyle.

HolidayStyle(string, HolidayCollection, SubStyle)

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

Declaration
public HolidayStyle(string name, HolidayCollection holidays, SubStyle subStyle)
Public Sub New(name As String, holidays As HolidayCollection, subStyle As SubStyle)
Parameters
Type Name Description
string name

The string value that indicates the name of the HolidayStyle.

HolidayCollection holidays

The string value that indicates the holidays of the HolidayStyle.

SubStyle subStyle

The string value that indicates the subStyle of the HolidayStyle.