Search
TableNodeBuilder.cellCustomDraw Method
See Also
 

Sets the type of custom drawing performed on the table cells.

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

 Syntax

Java  Copy Code

public TableNodeBuilder cellCustomDraw (
    CustomDraw value
)

 Parameters

value

A member of the CustomDraw enumeration.

 Return Value

This TableNodeBuilder instance.

 See Also