# GC.Spread.Sheets.GroupSort

## Content

# Enumeration: GroupSort

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

Specifies the method when sort with group.

## Table of contents

### Enumeration members

- [child](GC.Spread.Sheets.GroupSort#child)
- [full](GC.Spread.Sheets.GroupSort#full)
- [group](GC.Spread.Sheets.GroupSort#group)
- [none](GC.Spread.Sheets.GroupSort#none)

## Enumeration members

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

• **child** = `2`

Specifies that only sort inner the group.

___

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

• **full** = `3`

Specifies that sort will do with the group and inner the group.

___

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

• **group** = `1`

Specifies the sort will move the group.

___

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

• **none** = `0`

Specifies the sort don't move the group.
