GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Holiday Class / EndMonth Property


In This Topic
EndMonth Property
In This Topic
Gets or sets the ending month of the holiday.
Syntax
'Declaration
 
Public Property EndMonth As Integer
 
'Usage
 
Dim instance As Holiday
Dim value As Integer
 
instance.EndMonth = value
 
value = instance.EndMonth

Property Value

An integer value that represents the holiday ending month which ranges from 1 through 12.
See Also