HotXLS dokumentacija

of all the rows in the Worksheet, in pointers. Read/write Double

This example sets the height of row one on Sheet1 to the standard height property Workbook.Sheets[

This example sets the height of row one on Sheet1 to the standard height

With Workbook.Sheets[

begin

].RowHeight := StandardHeight;

With Workbook.Sheets[1] do begin
   Cells.Rows[1].RowHeight := StandardHeight;
end;