Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / HolidayGroup Class / HolidayGroup Constructor / HolidayGroup Constructor(String)
The name of the holiday group.


In This Topic
    HolidayGroup Constructor(String)
    In This Topic
    Initializes a new instance of the HolidayGroup class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    Dim name As String
     
    Dim instance As New HolidayGroup(name)
    public HolidayGroup( 
       string name
    )

    Parameters

    name
    The name of the holiday group.
    See Also