Search
Row Class
See Also
 

Represents a row of cells in a table. Rows are the entity to which links related to a table are connected.

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

 Syntax

Java  Copy Code

public class Row implements Cloneable, Externalizable

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.Row

 See Also