# GC.Spread.Sheets.EditorStatus

## Content

# Enumeration: EditorStatus

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

Specifies the editor status.

## Table of contents

### Enumeration members

- [edit](GC.Spread.Sheets.EditorStatus#edit)
- [enter](GC.Spread.Sheets.EditorStatus#enter)
- [ready](GC.Spread.Sheets.EditorStatus#ready)

## Enumeration members

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

• **edit** = `2`

Cell is in editing mode and cannot commit the input value and navigate to or select other cells.

___

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

• **enter** = `1`

Cell is in editing mode and can commit the input value and navigate to or select other cells when invoking navigation or selection actions.

___

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

• **ready** = `0`

Cell is in Ready mode.
