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





Returns a reference to the row at the specified position within the table's list of rows.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function getRow (row)

 Parameters

row

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

 Return Value

Type: Object
A JavaScript object representing the specified row.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
getRowCount Method