# GC.Spread.Sheets.ValueType

## Content

# Enumeration: ValueType

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

Specifies cell value's type.

## Table of contents

### Enumeration members

- [normal](GC.Spread.Sheets.ValueType#normal)
- [richText](GC.Spread.Sheets.ValueType#richtext)

## Enumeration members

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

• **normal** = `0`

 indicate normal value type.

___

### <a id="richtext" name="richtext"></a> richText

• **richText** = `1`

 indicate rich text value type.
