Version

getCell Method

Returns the cell at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getCell( 
   index : {Any}
) : GridCell;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridCellReadOnlyCollection.getCell({Any});

Parameters

index
The index of the cell that should be returned
See Also