Abstract base class which exposes the various display options available for a sheet which can be saved with both a sheet and its custom view.

DisplayOptionsBase

new DisplayOptionsBase(a: Sheet): DisplayOptionsBase

Returns DisplayOptionsBase

Gets or sets the visibility of the sheet.

get visibility(): WorksheetVisibility

Returns WorksheetVisibility

set visibility(a: WorksheetVisibility): void

Parameters

Returns void

Resets the display options to their default settings.

reset(): void

Returns void