Search
TableNode.getCell Method
See Also
 






Returns a reference to the cell located at the specified column and row of this table.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function getCell (col, row)

 Parameters

col

Number. An integer value specifying the index of a table's column.

row

Number. An integer value specifying the index of a table's row.

 Return Value

A Cell instance representing the specified cell.

 See Also