Search
Grid.getCellColumn Method
See Also
 





Returns the column index of the specified cell.

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

 Syntax

JavaScript  Copy Code

function getCellColumn (cell)

 Parameters

cell

Lanes.Cell. A Cell object representing a single cell in the grid.

 Return Value

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

 See Also