HotXLS Docs

XWindow property

Returns or sets the horizontal position of the Workbook window, in twips (1/20 of a point) from the left edge of the screen. Read/write Integer

Syntax

property XWindow: Integer;

Remarks

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

Example

This example positions the Workbook window 720 twips (half an inch) from the left edge of the screen

Workbook.XWindow := 720;