DroidDiagram Programmer's Guide
TableNode.redimTable Method
See Also
 






Sets the number of rows and columns.

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

 Syntax

Java  Copy Code

public void redimTable (
    int cols,
    int rows
)

 Parameters

cols

The new number of columns.

rows

The new number of rows.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace