# GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions

## Content

# Interface: IOutlineColumnOptions

[Sheets](../modules/GC.Spread.Sheets).[OutlineColumn](../modules/GC.Spread.Sheets.OutlineColumn).IOutlineColumnOptions

## Table of contents

### Properties

- [collapseIndicator](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#collapseindicator)
- [columnIndex](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#columnindex)
- [expandIndicator](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#expandindicator)
- [images](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#images)
- [maxLevel](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#maxlevel)
- [showCheckBox](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#showcheckbox)
- [showImage](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#showimage)
- [showIndicator](GC.Spread.Sheets.OutlineColumn.IOutlineColumnOptions#showindicator)

## Properties

### <a id="collapseindicator" name="collapseindicator"></a> collapseIndicator

• `Optional` **collapseIndicator**: `string`

The collapse indicator (url or base64Image).

___

### <a id="columnindex" name="columnindex"></a> columnIndex

• `Optional` **columnIndex**: `number`

OutlineColumn index.

___

### <a id="expandindicator" name="expandindicator"></a> expandIndicator

• `Optional` **expandIndicator**: `string`

The expand indicator (url or base64Image).

___

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

• `Optional` **images**: `string`[]

The images by level (url or base64Image).

___

### <a id="maxlevel" name="maxlevel"></a> maxLevel

• `Optional` **maxLevel**: `number`

When the current row level is greater than maxLevel, the IncreaseCellIndent action does not take effect.

___

### <a id="showcheckbox" name="showcheckbox"></a> showCheckBox

• `Optional` **showCheckBox**: `boolean`

Whether to display the check box.

___

### <a id="showimage" name="showimage"></a> showImage

• `Optional` **showImage**: `boolean`

Whether to display images.

___

### <a id="showindicator" name="showindicator"></a> showIndicator

• `Optional` **showIndicator**: `boolean`

Whether to display the indicator.
