Search
TableRow Class
Remarks See Also
 





Represents a row of a TableNode.

Namespace: MindFusion.Diagramming
File: TableRow.js

 Syntax

JavaScript  Copy Code

// class
TableRow.prototype = {}

 Remarks

Call the getRow method of TableNode to get the TableRow instance at specified position. In order to add or remove rows, set table's rowCount property, or call methods such as addRow, insertRow, deleteRow, redimTable.

 Inheritance Hierarchy

MindFusion.Diagramming.TableRow

 See Also