Version

getPrevCellVert Method

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

Parameters

cell
Cell object to get the previous one of.

Return Value

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