ExcelApplication Object Reference
ShowVScrollBar Property * |
* This feature is not
available in ExcelWriterSE, ExcelWriterLE,
or ExcelWriterFree. |
|
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
Top
Copyright © 2005, SoftArtisans, Inc.