Search
TableNode.rowCount Property
See Also
 






Gets or sets the number of rows in the table.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get rowCount() {}
set rowCount(value) {}

 Property Value

Number

The number of rows in the table.

 Remarks

If you increase the number of rows the content of the initialrows will remain intact. If you decrease the number, the lastrows are removed and the other remain unchanged.

 See Also