DroidDiagram Programmer's Guide
DiagramBuilder.tableRowCount Method
See Also
 






Sets how many rows should be allocated to new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableRowCount (
    int value
)

 Parameters

value

An integer value specifying the default number of table rows.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace