Search
TableNode.getRows Method
See Also
 

Gets a list of all rows in the table.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public RowList getRows ()

 Return Value

A RowList containing the table rows.

 See Also