DroidDiagram Programmer's Guide
TableNode.getCell Method
See Also
 






Gets the cell at the specified row and column.

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

 Syntax

Java  Copy Code

public Cell getCell (
    int column,
    int row
)

 Parameters

column

An integer value specifying the column index.

row

An integer value specifying the row index.

 Return Value

A Cell object representing the specified cell.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace