Returns or sets the height of the Workbook window, in twips (1/20 of a point). Read/write Integer
Syntax
property WindowHeight: Integer;
Remarks
WindowHeight is stored together with
XWindow,
YWindow and
WindowWidth in the BIFF8 WINDOW1 record. Valid values range from 0 to 65535
Example
This example sizes the Workbook window to 8000 twips tall
Workbook.WindowHeight := 8000;