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


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

    Property Value

    The System.String value that indicates the name of the HolidayStyle.
    See Also