Search
GridColumn.width Property
See Also
 





Gets or sets fixed width for this column.

Namespace: MindFusion.Diagramming
File: GridColumn.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

A number specifying the column's width.

 See Also