Sets a value indicating whether this column should be automatically resized when the table is resized.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setColumnStyle ( |
A member of the ColumnStyle enumeration. The default is FixedWidth.
RemarksThis property is used for calculating the width of a table column. The column can have either a fixed width set through the Width property, or can be resized proportionally to the table width.
See Also