Sets the minimum height, in twips, of the table row. The table row is formatted with this height if the text is smaller. Otherwise the row grows as necessary. If the property value is zero, the table row's height is always determined through the containing text.

<void> TableRow.setMinimumHeight(<number> minimumHeight, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
minimumHeight The row's minimum height in twips.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.