Search
Cell.rowSpan Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

get rowSpan() {}
set rowSpan(value) {}

 Property Value

Number

An integer value specifying the number of spanned rows.

 See Also