C1.WPF.GanttView.4 Assembly > C1.GanttView Namespace > TaskCollection Class : IndexOf Method |
Overload | Description |
---|---|
IndexOf(Int32) | Searches for the specified ID and returns the zero-based index of the corresponding task. |
IndexOf(String) | Searches for the specified Name and returns the zero-based index of the corresponding task. |
IndexOf(Task) | (Inherited from System.Collections.ObjectModel.Collection<Task>) |