# GC.Pivot.SortType

## Content

# Enumeration: SortType

[GC](../modules/GC).[Pivot](../modules/GC.Pivot).SortType

Indicates the pivot table sort type.

## Table of contents

### Enumeration members

- [asc](GC.Pivot.SortType#asc)
- [custom](GC.Pivot.SortType#custom)
- [desc](GC.Pivot.SortType#desc)

## Enumeration members

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

• **asc** = `0`

Sort in ascending order

___

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

• **custom** = `2`

User-defined sort type

___

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

• **desc** = `1`

Sort in descending order
