Search
ColumnStyle Enumeration
See Also
 





Specifies how table columns' width is set.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ColumnStyle = {}

 Members

  Member name Description

AutoWidth

The columns' width changes when the table is resized.

FixedWidth

The columns has fixed, unchangeable width.

 See Also