Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayBase Class / Name Property


In This Topic
    Name Property (HolidayBase)
    In This Topic
    Gets or sets the name of the holiday.
    Syntax
    'Declaration
     
    
    Public MustOverride Property Name As String
    'Usage
     
    
    Dim instance As HolidayBase
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public abstract string Name {get; set;}

    Property Value

    The name of the holiday.
    See Also