DroidDiagram Programmer's Guide
TableNodeBuilder.rowCount Method
See Also
 






Sets the number of rows of this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder rowCount (
    int value
)

 Parameters

value

An integer value specifying the number of rows in this table.

 Return Value

This TableNodeBuilder instance.

 See Also

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