Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Holiday Class / StartMonth Property


In This Topic
    StartMonth Property
    In This Topic
    Gets or sets the starting month of the holiday.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(1)>
    Public Property StartMonth As Integer
    'Usage
     
    Dim instance As Holiday
    Dim value As Integer
     
    instance.StartMonth = value
     
    value = instance.StartMonth
    [DefaultValue(1)]
    public int StartMonth {get; set;}

    Property Value

    An integer value that represents the holiday starting month which ranges 1 through 12.
    Exceptions
    ExceptionDescription
    Set value less than 1 or greater than 12.
    See Also