ASP.NET Pack Programmer's Guide
TableNode.getCell Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function getCell (col, row)

 Parameters

col

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

row

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

 Return Value

A Cell instance representing the specified cell.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace