DroidDiagram Programmer's Guide
Grid.getCellColumn Method
See Also
 






Returns the column index of the specified cell.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public int getCellColumn (
    ICell cell
)

 Parameters

cell

An ICell object representing a single cell in the grid.

 Return Value

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

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace