Search
Cell.columnSpan Property
See Also
 






Gets or sets the number of columns spanned by this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get columnSpan() {}
set columnSpan(value) {}

 Property Value

Number

An integer value specifying the number of spanned columns.

 See Also