C1.WPF.GanttView Assembly / C1.GanttView Namespace / TaskCollection Class / IndexOf Method / IndexOf(String) Method

In This Topic
IndexOf(String) Method
In This Topic
Searches for the specified Name and returns the zero-based index of the corresponding task.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal name As String _
) As Integer
 

Parameters

name
See Also