Worksheet.AutoFitRowsMerged

Worksheet.AutoFitRowsMerged method

Autofits all rows in this worksheet.It will also auto fit row height when the cells is merged in a row.

public void AutoFitRowsMerged()

Remarks

If the cells in merged in a row and auto fit the rows in MS Excel, MS Excel do not expand the row height. Aspose.Cells will expand the row height to fit the cells’ data.

See Also