2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
No, it is not possible to AutoFit a row that contains a cell merged with cells in other rows. However you can adjust row height and column width by using the following code snippets. C# // Set Row height (workaround to autoFit rows) sheet.Range["C3"].RowHeight = 42; sheet.Range["C3"].ColumnWidth = 25;
VB ' Set Row height (workaround to autoFit rows) sheet.Range("C3").RowHeight = 42 sheet.Range("C3").ColumnWidth = 25
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.