Search
TableNode.addColumn Method
See Also
 

Appends a new column to this table.

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

 Syntax

Java  Copy Code

public int addColumn ()

 Return Value

An integer value specifying the index of the new column.

 See Also