Search
TableNodeBuilder.columnWidth Method
See Also
 

Sets the initial width of the columns of this table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder columnWidth (
    float value
)

 Parameters

value

A float value specifying the initial width of columns added to this table.

 Return Value

This TableNodeBuilder instance.

 See Also