Search
TableNode.cellStyle Property
See Also
 





Gets or sets the style used to draw table's cells.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get cellStyle() {}
set cellStyle(value) {}

 Property Value

Style

An instance of the Style class.

 See Also