Gets or sets the number of rows in the table.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
get rowCount() {} |
Number
The number of rows in the table.
RemarksIf 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