# GC.Spread.Sheets.DataValidation.HighlightPosition

## Content

# Enumeration: HighlightPosition

[Sheets](../modules/GC.Spread.Sheets).[DataValidation](../modules/GC.Spread.Sheets.DataValidation).HighlightPosition

Indicates the data validation highlightposition.

## Table of contents

### Enumeration members

- [bottomLeft](GC.Spread.Sheets.DataValidation.HighlightPosition#bottomleft)
- [bottomRight](GC.Spread.Sheets.DataValidation.HighlightPosition#bottomright)
- [outsideLeft](GC.Spread.Sheets.DataValidation.HighlightPosition#outsideleft)
- [outsideRight](GC.Spread.Sheets.DataValidation.HighlightPosition#outsideright)
- [topLeft](GC.Spread.Sheets.DataValidation.HighlightPosition#topleft)
- [topRight](GC.Spread.Sheets.DataValidation.HighlightPosition#topright)

## Enumeration members

### <a id="bottomleft" name="bottomleft"></a> bottomLeft

• **bottomLeft** = `3`

Specifies highlight flag on the bottomleft of the invalid data cell.

___

### <a id="bottomright" name="bottomright"></a> bottomRight

• **bottomRight** = `2`

Specifies highlight flag on the bottomright of the invalid data cell.

___

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

• **outsideLeft** = `4`

Specifies image which type is icon on the left of the invalid data cell.

___

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

• **outsideRight** = `5`

Specifies  image which type is icon on the Right of the invalid data cell.

___

### <a id="topleft" name="topleft"></a> topLeft

• **topLeft** = `0`

Specifies highlight flag on the topleft of the invalid data cell.

___

### <a id="topright" name="topright"></a> topRight

• **topRight** = `1`

Specifies highlight flag on the topright of the invalid data cell.
