Example #1
0
 /**
  * Set the default row height for the sheet (if the rows do not define their own height) in points
  *
  * @param height default row height
  */
 public void setDefaultRowHeightInPoints(float height) {
   _sh.setDefaultRowHeightInPoints(height);
 }