GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / CalendarExceptionCollection Class / Search Method

In This Topic
    Search Method (CalendarExceptionCollection)
    In This Topic
    Searches for a CalendarException with the specified Name.
    Syntax
    'Declaration
     
    Public Function Search( _
       ByVal name As String _
    ) As CalendarException
    public CalendarException Search( 
       string name
    )

    Parameters

    name
    See Also