Search
TableNode.setCellFrameStyle Method
See Also
 

Sets the style of the cell frame lines.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setCellFrameStyle (
    CellFrameStyle value
)

 Parameters

value

A member of the CellFrameStyle enumeration.

 See Also