Search
Grid.columnCount Property
See Also
 






Gets or sets the number of columns in the grid.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get columnCount() {}
set columnCount(value) {}

 Property Value

Number

The number of columns.

 See Also