HighlightPosition Enumeration
In This Topic
Indicates the data validation highlightposition.
Members
| Member | Description |
| bottomLeft | Specifies highlight flag on the bottomleft of the invalid data cell. |
| bottomRight | Specifies highlight flag on the bottomright of the invalid data cell. |
| outsideLeft | Specifies image which type is icon on the left of the invalid data cell. |
| outsideRight | Specifies image which type is icon on the Right of the invalid data cell. |
| topLeft | Specifies highlight flag on the topleft of the invalid data cell. |
| topRight | Specifies highlight flag on the topright of the invalid data cell. |
Inheritance Hierarchy
Object
GC.Spread.Sheets.DataValidation.HighlightPosition
See Also