# GC.Spread.Sheets.IconPosition

## Content

# Enumeration: IconPosition

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

Describe the position of the icon base on a cell.

## Table of contents

### Enumeration members

- [left](GC.Spread.Sheets.IconPosition#left)
- [leftOfText](GC.Spread.Sheets.IconPosition#leftoftext)
- [outsideLeft](GC.Spread.Sheets.IconPosition#outsideleft)
- [outsideRight](GC.Spread.Sheets.IconPosition#outsideright)
- [right](GC.Spread.Sheets.IconPosition#right)
- [rightOfText](GC.Spread.Sheets.IconPosition#rightoftext)

## Enumeration members

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

• **left** = `0`

Indicates that the icon is on left side of the cell

___

### <a id="leftoftext" name="leftoftext"></a> leftOfText

• **leftOfText** = `2`

Indicates that the icon is on left side of the text in the cell

___

### <a id="outsideleft" name="outsideleft"></a> outsideLeft

• **outsideLeft** = `4`

Indicates that the icon is on the left outside of the cell

___

### <a id="outsideright" name="outsideright"></a> outsideRight

• **outsideRight** = `5`

Indicates that the icon is on the right outside of the cell

___

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

• **right** = `1`

Indicates that the icon is on right side of the cell

___

### <a id="rightoftext" name="rightoftext"></a> rightOfText

• **rightOfText** = `3`

Indicates that the icon is on right side of the text in the cell
