ASP.NET Pack Programmer's Guide
IEnumerable.indexOfItem Method
See Also
 





Gets the index of a given object in a collection.

Namespace: MindFusion.Charting.Collections
Package: Collections.js

 Syntax

JavaScript  Copy Code

function indexOfItem (obj, [fromIndex])

 Parameters

obj

The object to look for.

fromIndex
Optional.

The starting index to search from.

 Return Value

The index of the object, or -1 if the object is not present in the collection.

 See Also

IEnumerable Members
IEnumerable Class
MindFusion.Charting.Collections Namespace