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
Example
This example positions the Workbook window 720 twips (half an inch) from the left edge of the screen
Workbook.XWindow := 720;