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é
|