Determines the index of a specific item in the collection.
            
Namespace: DayPilot.Web.Ui.DataAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
 Syntax
Syntax
| C# | 
|---|
| public int IndexOf( Area value ) | 
| Visual Basic | 
|---|
| Public Function IndexOf ( _ value As Area _ ) As Integer | 
| Visual C++ | 
|---|
| public: int IndexOf( Area^ value ) | 
Parameters
- value
- Type: DayPilot.Web.Ui.Data..::..Area






