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