AutoHeightRow
Posted: Mon Oct 20, 2014 1:14 pm
Hello!
Please, help me. How to set row height automaticaly depending on the cell content?
This code does not work on XLSReadWriteII v5.20.36 (((
Please, help me. How to set row height automaticaly depending on the cell content?
This code does not work on XLSReadWriteII v5.20.36 (((
Code: Select all
x[0].MergeCells(0,0, 5,0);
x[0].Cell[0,0].FontStyle := [xfsBold];
x[0].Cell[0,0].FontSize := 12;
x[0].Cell[0,0].HorizAlignment := chaCenter;
x[0].AsString[0,0] := 'very very very very very very very very very very very very very very very very long text';
x[0].AutoHeightRow(0);