Search
TableColumn.width Property
See Also
 





Gets or sets the width of this column.

Namespace: MindFusion.Diagramming
File: TableColumn.js

 Syntax

JavaScript  Copy Code

get width() {}
set width(value) {}

 Property Value

Number

A number specifying the width.

 See Also