ShowVScroll property



Assigns or returns whether the vertical scroll bar is displayed.

Syntax

Set:     sheetObject.setShowVScroll(isVisible)
Get: isVisible = sheetObject.getShowVScroll()

Applies to

Sheet class.

Data type

boolean. The value is true if the vertical scroll bar is displayed, and false otherwise.

Usage

[[Add if applicable.]]

Example
ShowVScroll property example

See also
ShowHScroll property