# GC.Spread.Sheets.SheetType

## Content

# Enumeration: SheetType

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

Present the type of sheet tab.

## Table of contents

### Enumeration members

- [ganttSheet](GC.Spread.Sheets.SheetType#ganttsheet)
- [reportSheet](GC.Spread.Sheets.SheetType#reportsheet)
- [tableSheet](GC.Spread.Sheets.SheetType#tablesheet)

## Enumeration members

### <a id="ganttsheet" name="ganttsheet"></a> ganttSheet

• **ganttSheet** = `1`

Specifies the sheet tab is gantt sheet.

___

### <a id="reportsheet" name="reportsheet"></a> reportSheet

• **reportSheet** = `3`

Specifies the sheet tab is report sheet.

___

### <a id="tablesheet" name="tablesheet"></a> tableSheet

• **tableSheet** = `0`

Specifies the sheet tab is table sheet.
