AdornmentsVisible property



Indicates whether the edit line, status line, and scroll bars are displayed in the sheet.

Syntax

Set:     Sheet.setAdornmentsVisible(isVisible)
Get: isVisible = Sheet.getAdornmentsVisible

Applies to

Sheet object.

Data type

boolean. The value is true if the edit line, status line, and scroll bars are displayed, and false otherwise.

See also
EditLineVisible property
HorizontalScrollBarVisible property
StatusLineVisible property
VerticalScrollBarVisible property
adornmentsVisible PARAM tag
EditLineVisible PARAM tag
horizontalScrollBarVisible PARAM tag
statusLineVisible PARAM tag
verticalScrollBarVisible PARAM tag