# RangeDeleteMode

> Indicates the delete mode.

Indicates the delete mode.

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

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

## Syntax

```
public enum RangeDeleteMode
```

## Options

| Name | Value | Description |
| --- | --- | --- |
| None | 0 | Clear the selected range. |
| Rows | 1 | Delete entire sheet rows of the selected range. |
| Columns | 2 | Delete entire sheet columns of the selected range. |
