ShowVScrollBar Property
Syntax:
[VBScript]
Property ShowVScrollBar As Boolean (read/write)
Description:
When ShowVScrollBar is set to true (default value),
the generated spreadsheet will contain a vertical scroll bar. Set ShowVScrollBar
to false to hide the vertical scroll bar.
Example:
[VBScript]
xlw.ShowVScrollBar = False

Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.
|