DroidDiagram Programmer's Guide
SwimlaneGrid.getRowHeight Method
See Also
 






Gets the the height of the specified row in the swimlane grid.

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

 Syntax

Java  Copy Code

float getRowHeight (
    int index
)

 Parameters

index

The zero-based index of the row.

 Return Value

The height of the row.

 See Also

SwimlaneGrid Members
SwimlaneGrid Interface
com.mindfusion.diagramming Namespace