Searches for the specified value and returns the zero-based index of the last occurrence within the collection.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function indexOf(value);

Parameters

value
Type: System..::..Object
The value to search.

Return Value

The zero-based index of the last occurrence of value in the collection, if found; otherwise, -1.

See Also