DroidDiagram Programmer's Guide
DiagramBuilder.tableColumnCount Method
See Also
 






Sets how many columns should be allocated to new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tableColumnCount (
    int value
)

 Parameters

value

An integer value specifying the default number of table columns.

 Return Value

This DiagramBuilder instance.

 See Also

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