HotXLS Docs

WindowWidth property

Returns or sets the width of the Workbook window, in twips (1/20 of a point). Read/write Integer

Syntax

property WindowWidth: Integer;

Remarks

WindowWidth is stored together with XWindow, YWindow and WindowHeight in the BIFF8 WINDOW1 record. Valid values range from 0 to 65535

Example

This example sizes the Workbook window to 12000 twips wide

Workbook.WindowWidth := 12000;