Search
Cell.text Property
See Also
 





Gets or sets the text label displayed by this cell.

Namespace: MindFusion.Diagramming
File: Cell.js

 Syntax

JavaScript  Copy Code

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

 Property Value

String

A string containing the cell's text. The default value is empty string "".

 See Also