View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
René van Kessel René van Kessel is offline
external usenet poster
 
Posts: 3
Default Row autoheight for merged cells

Hello,

In Excel I have merged cells to one cell. Now I can't let Excel
automatically set the height of the row. The merged cell contains multiple
lines (#10).
When a row does not contain any merged cells then this works fine.

From Delphi I tried following without succes:

Excel.Rows[2].EntireRow.AutoFit;

Any ideas?
Thanks.
René