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