DroidDiagram Programmer's Guide
SwimlaneGrid.setRowHeight Method
See Also
 






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

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

 Syntax

Java  Copy Code

void setRowHeight (
    int index,
    float value
)

 Parameters

index

The zero-based index of the row.

value

The new height of the row.

 See Also

SwimlaneGrid Members
SwimlaneGrid Interface
com.mindfusion.diagramming Namespace