Determines the index of a specific item in the collection.
Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll)
Version: 4.3.1309.0
Syntax
| C# |
|---|
public int IndexOf( Column value ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOf ( _ value As Column _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOf ( Column^ value ) |
Parameters
- value
- Column
Return Value
See Also
ColumnCollection Class
DayPilot.Web.Ui Namespace