Search
ColumnStyle Enumeration
See Also
 





Specifies how table columns' width is set.

Namespace: MindFusion.Diagramming
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ColumnStyle = {}

 Members

  Member name Description

FixedWidth

The columns has fixed, unchangeable width.

AutoWidth

The columns' width changes when the table is resized.

 See Also