ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.String _
    ) As CalendarException
    public CalendarException Search( 
       System.string name
    )

    Parameters

    name
    See Also