Returns or sets whether the classic XLS workbook window displays the horizontal scrollbar. Read/write Boolean.
Syntax
property ShowHorizontalScroll: Boolean;
Remarks
This property controls the workbook window flag saved in the BIFF WINDOW1 record. It affects only the horizontal scrollbar in the workbook window; it does not change
ShowVerticalScroll, sheet tab visibility,
TabRatio, or worksheet view settings.
Example
This example hides the horizontal scrollbar in the workbook window.
Workbook.ShowHorizontalScroll := False;