# GC.Spread.Sheets.CornerPosition

## Content

# Enumeration: CornerPosition

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

Describe the position of the corner fold in a cell.

## Table of contents

### Enumeration members

- [leftBottom](GC.Spread.Sheets.CornerPosition#leftbottom)
- [leftTop](GC.Spread.Sheets.CornerPosition#lefttop)
- [rightBottom](GC.Spread.Sheets.CornerPosition#rightbottom)
- [rightTop](GC.Spread.Sheets.CornerPosition#righttop)

## Enumeration members

### <a id="leftbottom" name="leftbottom"></a> leftBottom

• **leftBottom** = `4`

indicates that the folded corner is in the lower left corner

___

### <a id="lefttop" name="lefttop"></a> leftTop

• **leftTop** = `1`

Indicates that the folded corner is in the upper left corner

___

### <a id="rightbottom" name="rightbottom"></a> rightBottom

• **rightBottom** = `8`

Indicates that the folded corner is in the lower right corner

___

### <a id="righttop" name="righttop"></a> rightTop

• **rightTop** = `2`

Indicates that the folded corner is in the upper right corner
