Search
TableNode.getColumns Method
See Also
 

Gets a list of all columns in the table.

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

 Syntax

Java  Copy Code

public ColumnList getColumns ()

 Return Value

A ColumnList containing the table columns.

 See Also