Version

indexOf Method

Returns the index of the cell in the given collection, -1 if not found.
Syntax
ASP.NET Ajax Javascript (Specification) 
function indexOf( 
   obj : GridCell
) : Integer;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridSelectedCellCollection.indexOf(GridCell);

Parameters

obj
The cell to return the index for.
See Also