NativeExcel suite v1.x

StandardHeight property

Returns or sets the standard (default) height of all the rows in the worksheet, in points. Read/write Double.

Syntax

property StandardHeight: Double;

Example

This example sets the height of row one on Sheet1 to the standard height.
With WorkBook.Sheets[1] do begin
   Cells.Rows[1].RowHeight := StandardHeight;
end;
Copyright © NikaSoft 2004-2010