ShowStatusLine property



Assigns or returns whether the spreadsheet status line is displayed.

Syntax

Set:     sheetObject.setShowStatusLine(isVisible)
Get: isVisible = sheetObject.getShowStatusLine()

Applies to

Sheet class.

Data type

boolean. The value is true if the status line is displayed, and false otherwise.

Usage

[[Add if applicable.]]

Example
ShowStatusLine property example

See also
ShowEditLine property