[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Holiday.StartDay

StartDay Property

StartDay

Gets or sets the starting day of the holiday.

Declaration
public int StartDay { get; set; }
Public Property StartDay As Integer
Property Value
Type Description
int

An integer value that represents the holiday starting day which ranges 1 through the number of days in a month.

Exceptions
Type Condition
ArgumentOutOfRangeException

Set value less than 1 or greater than the last day of the StartMonth in the leap year.