# GC.Spread.Sheets.AllowDragHeaderToMove

## Content

# Enumeration: AllowDragHeaderToMove

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

Specifies how to allow drag header to move.

## Table of contents

### Enumeration members

- [both](GC.Spread.Sheets.AllowDragHeaderToMove#both)
- [column](GC.Spread.Sheets.AllowDragHeaderToMove#column)
- [none](GC.Spread.Sheets.AllowDragHeaderToMove#none)
- [row](GC.Spread.Sheets.AllowDragHeaderToMove#row)

## Enumeration members

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

• **both** = `3`

Specifies that both column and row header allow to move.

___

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

• **column** = `1`

Specifies that only the column header allow to move.

___

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

• **none** = `0`

Specifies that no drag header to move allowed.

___

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

• **row** = `2`

Specifies that only the row header allow to move.
