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