Represents a row of a TableNode.
Namespace: MindFusion.Diagramming
File: TableRow.js
SyntaxJavaScript
Copy Code
|
|---|
// class |
RemarksCall 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 HierarchyMindFusion.Diagramming.TableRow
See Also