# GC.Spread.Sheets.IFocusCellOptions

## Content

# Interface: IFocusCellOptions

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

## Table of contents

### Properties

- [color](GC.Spread.Sheets.IFocusCellOptions#color)
- [enabled](GC.Spread.Sheets.IFocusCellOptions#enabled)
- [opacity](GC.Spread.Sheets.IFocusCellOptions#opacity)

## Properties

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

• `Optional` **color**: `string`

The color of the focus cell highlight bands.

___

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

• `Optional` **enabled**: `boolean`

Whether to highlight the active cell's row and column.

___

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

• `Optional` **opacity**: `number`

The opacity of the focus cell highlight bands [0-1]. Ignored when the color already contains alpha channel.
