# GC.Spread.Sheets.AutoMerge.SelectionMode

## Content

# Enumeration: SelectionMode

[Sheets](../modules/GC.Spread.Sheets).[AutoMerge](../modules/GC.Spread.Sheets.AutoMerge).SelectionMode

Indicates the auto merge selection mode.

## Table of contents

### Enumeration members

- [merged](GC.Spread.Sheets.AutoMerge.SelectionMode#merged)
- [source](GC.Spread.Sheets.AutoMerge.SelectionMode#source)

## Enumeration members

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

• **merged** = `1`

Indicates to select all cells which have same value when the auto merge is applied.

___

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

• **source** = `0`

Indicates to select individual cell when the auto merge is applied.
