DroidDiagram Programmer's Guide
Column.setWidth Method
See Also
 






Sets the width of this column and all cells inside it.

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

 Syntax

Java  Copy Code

public void setWidth (
    float value
)

 Parameters

value

A float value specifying the column width.

 Remarks

The user can resize columns interactively when table's AllowResizeColumns property is enabled.

 See Also

Column Members
Column Class
com.mindfusion.diagramming Namespace