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


In This Topic
    SubStyle Property (HolidayStyle)
    In This Topic
    Gets or sets the sub-style of the HolidayStyle.
    Syntax
    'Declaration
     
    
    Public Property SubStyle As SubStyle
    'Usage
     
    
    Dim instance As HolidayStyle
    Dim value As SubStyle
     
    instance.SubStyle = value
     
    value = instance.SubStyle
    public SubStyle SubStyle {get; set;}

    Property Value

    The SubStyle value that indicates the sub-style of the HolidayStyle.
    See Also