Table of Contents

TSheetWindowOptions Enumeration

General options for how sheets display. In Excel, this settings are located in Tools->Options->View in the "Window options" box. This options apply only to all the sheets. For options that apply only to the active sheet see TSheetOptions

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
None 0 No option is selected.
HideWindow 1 If true, the workbook window will be hidden. You will need to go to Window->Unhide to see it.
MinimizeWindow 2 If true, the workbook window will be minimized.
ShowHorizontalScrollBar 8 If false, the horizontal scroll bar will be hidden.
ShowVerticalScrollBar 16 If false, the vertical scroll bar will be hidden.
ShowSheetTabBar 32 If false, the bar with sheet names at the bottom will be hidden.