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





Sets the number of rows in the table.

Namespace: MindFusion.Diagramming
Package: TableNode.js

 Syntax

JavaScript  Copy Code

function setRowCount (value)

 Parameters

value
An integer value specifying the number of rows in the table.

 Remarks

If you increase the number of rows, the content of the initial rows will remain intact. If you decrease the number, the last rows are removed and the others remain unchanged.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace
redimTable Method
setColumnCount Method