Search
Row.setHeight Method
See Also
 

Sets the height of this row and all cells inside it.

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

 Syntax

Java  Copy Code

public void setHeight (
    float value
)

 Parameters

value

A float value specifying the row height.

 Remarks

The user can resize rows interactively when table's AllowResizeRows property is enabled.

 See Also