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


In This Topic
Name Property (Holiday)
In This Topic
Gets or sets the name of the holiday.
Syntax
'Declaration
 
Public Overrides Property Name As String
 
'Usage
 
Dim instance As Holiday
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

The name of the holiday.
See Also