Search
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