# GC.Spread.Sheets.TabStripPosition

## Content

# Enumeration: TabStripPosition

[Spread](../modules/GC.Spread).[Sheets](../modules/GC.Spread.Sheets).TabStripPosition

Specifies the position of the tab strip relative to the workbook.

## Table of contents

### Enumeration members

- [bottom](GC.Spread.Sheets.TabStripPosition#bottom)
- [left](GC.Spread.Sheets.TabStripPosition#left)
- [right](GC.Spread.Sheets.TabStripPosition#right)
- [top](GC.Spread.Sheets.TabStripPosition#top)

## Enumeration members

### <a id="bottom" name="bottom"></a> bottom

• **bottom** = `0`

Specifies the position of the tab strip relative to the bottom of the workbook.

___

### <a id="left" name="left"></a> left

• **left** = `2`

Specifies the position of the tab strip relative to the left of the workbook.

___

### <a id="right" name="right"></a> right

• **right** = `3`

Specifies the position of the tab strip relative to the right of the workbook.

___

### <a id="top" name="top"></a> top

• **top** = `1`

Specifies the position of the tab strip relative to the top of the workbook.
