DroidDiagram Programmer's Guide
TableNodeBuilder.columnCount Method
See Also
 






Sets the number of columns of this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder columnCount (
    int value
)

 Parameters

value

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

 Return Value

This TableNodeBuilder instance.

 See Also

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