Search
GridPanel.getRows Method
See Also
 

Gets a list with the definitions of all rows in the grid.

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

 Syntax

Java  Copy Code

public ArrayList<GridRow> getRows ()

 Return Value

A list with GridRow objects.

 See Also