Table of Contents

ExcelFile.SheetWindowOptions Property

This property groups a lot of properties of all the sheets in the workbook, like for example if the sheet tab bar at the bottom is visible. Look also at SheetOptions for options that affect only the active sheet. This property can work in different windows depending on the value of ActiveWindow

Syntax

Namespace: FlexCel.Core

public abstract TSheetWindowOptions SheetWindowOptions { get; set; }

See also