Gets or sets the color used to fill cells text.
Namespace: MindFusion.Diagramming
File: TableNode.js
SyntaxJavaScript
Copy Code
|
|---|
get cellTextColor() {} |
String
A string value identifying the text fill color.
RemarksIf 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