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

Namespace: FlexCel.Render

Members

Name Value Description
None 0 Do not add tabs for the sheets.
Left 1 Add the tabs at the left of the html document.
Right 2 Add the tabs at the right of the html document.
Top 4 Add the tabs at the top of the html document.
Bottom 8 Add the tabs at the bottom of the html document.