ASP.NET Pack Programmer's Guide
Grid.getCellRow Method
See Also
 





Returns the row index of the specified cell.

Namespace: MindFusion.Diagramming.Lanes
Package: Grid.js

 Syntax

JavaScript  Copy Code

function getCellRow (cell)

 Parameters

cell

A Cell object representing a single cell in the grid.

 Return Value

Type: Number
The index of the row that contains cell; -1 if cell is not found or refers to a group of cells.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Lanes Namespace