Search
Cell.text Property
See Also
 





Gets or sets the text of the cell.

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

 Syntax

JavaScript  Copy Code

get text() {}
set text(value) {}

 Property Value

String

A string specifying the text of the cell.

 See Also