Search
TableNode.cellTextColor Property
See Also
 





Gets or sets the color used to fill cells text.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get cellTextColor() {}
set cellTextColor(value) {}

 Property Value

String

A string value identifying the text fill color.

 Remarks

If this property is not set, cells derive their text color from table's textColor property, which also applies to the table's caption. You can also set textColor property of individual cells.

 See Also