# GC.Spread.Sheets.SheetTabState

## Content

# Enumeration: SheetTabState

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

Different states of sheet tab
The smaller the value, the higher the style priority for this state

## Table of contents

### Enumeration members

- [active](GC.Spread.Sheets.SheetTabState#active)
- [hover](GC.Spread.Sheets.SheetTabState#hover)
- [normal](GC.Spread.Sheets.SheetTabState#normal)
- [protected](GC.Spread.Sheets.SheetTabState#protected)
- [selected](GC.Spread.Sheets.SheetTabState#selected)

## Enumeration members

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

• **active** = `4`

Indicates active sheet tab state.

___

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

• **hover** = `1`

Indicates hover sheet tab state.

___

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

• **normal** = `16`

Indicates Normal sheet tab state.

___

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

• **protected** = `8`

Indicates protected sheet tab state.

___

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

• **selected** = `2`

Indicates selected sheet tab state.
