ShowHScroll property



Assigns or returns whether the horizontal scroll bar is displayed.

Syntax

Set:     sheetObject.setShowHScroll(isVisible)
Get: isVisible = sheetObject.getShowHScroll()

Applies to

Sheet class.

Data type

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

Usage

[[Add if applicable.]]

Example
ShowHScroll property example

See also
ShowVScroll property