Version

getNextCellVert Method

Gets the cell object below.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getNextCellVert( 
   cell : GridCell
) : GridCell;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfGridUtility.getNextCellVert(GridCell);

Parameters

cell
Cell object to get the next one of.

Return Value

Cell object that is below the current one or null if no cells are available below.
See Also