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

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