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


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

    Property Value

    The name of the weekday holiday.
    See Also