Table of Contents

TSheetSelectorPosition Enumeration

Where to place the tabs for selecting a sheet when exporting multiple sheets. You might combine more than one, for example, to have tabs at the top and bottom: C#: TSheetSelectorPosition.Top | TSheetSelectorPosition.Bottom VB.NET, Delphi.NET: TSheetSelectorPosition.Top or TSheetSelectorPosition.Bottom

Syntax

Unit: FlexCel.Render

Members

Name Value Description
Left 0 Add the tabs at the left of the html document.
Right 1 Add the tabs at the right of the html document.
Top 2 Add the tabs at the top of the html document.
Bottom 3 Add the tabs at the bottom of the html document.