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