DroidDiagram Programmer's Guide
TableNode.deleteRow Method
See Also
 






Deletes the specified row from the table.

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

 Syntax

Java  Copy Code

public void deleteRow (
    int row
)

 Parameters

row

Index of the row that should be deleted.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace