I am using a template as shown in the attached screenshot in a C# app.
AsposeCells.jpg (58.1 KB)
AsposeCellsExcel.jpg (78.5 KB)
The last 3 rows are merged into one and each of the four cells shown are also merged to create 4 cells. Some data in those cells is set to word wrap. I have been trying to get that row to resize the row height based on the data going in. If there are more lines, I need the row height to increase to fit all of the data in the cells. The cells were formatted in the Excel template and you cannot set a merged row to Auto Height in excel.
I figure the only way to make this auto height would be in the C# code using the Aspose.Cells properties.
I have been banging my head against the wall trying to figure this out and I am at a lose. If anyone can help, please let me know ASAP.
Thanks in advance.
Mark