# CellReadMode

> The type of data that is read from a cell.

The type of data that is read from a cell.

**Namespace:** UiPath.MicrosoftOffice365.Activities.Api

**Assembly:** UiPath.MicrosoftOffice365.Activities.Api (in UiPath.MicrosoftOffice365.Activities.Api.dll)

## Syntax

```
public enum CellReadMode
```

## Options

| Name | Value | Description |
| --- | --- | --- |
| Values | 0 | The value stored in the cell. |
| Formulas | 1 | The formula used in the cell. |
| Text | 2 | The formatted text in the cell. |
