Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
getPrevCellVert Method
Gets the cell object above.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function getPrevCellVert(
: 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