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
begin
].RowHeight := StandardHeight;
With Workbook.Sheets[1] do begin
Cells.Rows[1].RowHeight := StandardHeight;
end;