Search
Row.clone Method
See Also
 

Copies the row attributes to a new Row instance.

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

 Syntax

Java  Copy Code

public Object clone ()

 Return Value

The new Row object.

 See Also