GridCellControl.setHeight

Sets the grid cell height, and is equivalent to the CSS height property and any valid value for this CSS property can be used. Setting this property to null removes any existing value.

Examples:

 controls.GRIDCELL1.height = "50px";
 controls.GRIDCELL1.setHeight("100px");
 

Parameters

java.lang.String  height,