# GC.Spread.Sheets.ListType

## Content

# Enumeration: ListType

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

Represent the list style type of rich text list item

## Table of contents

### Enumeration members

- [circle](GC.Spread.Sheets.ListType#circle)
- [decimal](GC.Spread.Sheets.ListType#decimal)
- [disc](GC.Spread.Sheets.ListType#disc)
- [lowerAlpha](GC.Spread.Sheets.ListType#loweralpha)
- [lowerGreek](GC.Spread.Sheets.ListType#lowergreek)
- [lowerRoman](GC.Spread.Sheets.ListType#lowerroman)
- [square](GC.Spread.Sheets.ListType#square)
- [upperAlpha](GC.Spread.Sheets.ListType#upperalpha)
- [upperRoman](GC.Spread.Sheets.ListType#upperroman)

## Enumeration members

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

• **circle** = `1`

Indicates the unordered list item, list style type is circle.

___

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

• **decimal** = `3`

Indicates the ordered list item, list style type is decimal.

___

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

• **disc** = `0`

Indicates the unordered list item, list style type is disc.

___

### <a id="loweralpha" name="loweralpha"></a> lowerAlpha

• **lowerAlpha** = `4`

Indicates the ordered list item, list style type is lowerAlpha.

___

### <a id="lowergreek" name="lowergreek"></a> lowerGreek

• **lowerGreek** = `8`

Indicates the ordered list item, list style type is lowerGreek.

___

### <a id="lowerroman" name="lowerroman"></a> lowerRoman

• **lowerRoman** = `6`

Indicates the ordered list item, list style type is lowerRoman.

___

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

• **square** = `2`

Indicates the unordered list item, list style type is square.

___

### <a id="upperalpha" name="upperalpha"></a> upperAlpha

• **upperAlpha** = `5`

Indicates the ordered list item, list style type is upperAlpha.

___

### <a id="upperroman" name="upperroman"></a> upperRoman

• **upperRoman** = `7`

Indicates the ordered list item, list style type is upperRoman.
