MindFusion.Diagramming for JavaScript Programmer's Guide

Cell.setColumnSpan Method

See Also
 





Sets the number of columns spanned by this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

function setColumnSpan (value)

 Parameters

value

An integer value specifying the number of spanned columns.

 See Also