# GC.Spread.Sheets.IDropdown

## Content

# Interface: IDropdown

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

## Table of contents

### Properties

- [option](GC.Spread.Sheets.IDropdown#option)
- [submitCommand](GC.Spread.Sheets.IDropdown#submitcommand)
- [type](GC.Spread.Sheets.IDropdown#type)

## Properties

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

• `Optional` **option**: [`ICalendarOption`](GC.Spread.Sheets.ICalendarOption) \| [`IColorPickerOption`](GC.Spread.Sheets.IColorPickerOption) \| [`IListOption`](GC.Spread.Sheets.IListOption) \| [`IMonthPickerOption`](GC.Spread.Sheets.IMonthPickerOption) \| [`ISliderOption`](GC.Spread.Sheets.ISliderOption) \| [`ITimePickerOption`](GC.Spread.Sheets.ITimePickerOption) \| [`IWorkFlowOption`](GC.Spread.Sheets.IWorkFlowOption) \| [`IMultiColumnOption`](GC.Spread.Sheets.IMultiColumnOption)

___

### <a id="submitcommand" name="submitcommand"></a> submitCommand

• `Optional` **submitCommand**: `string` \| (`sheet`: [`Worksheet`](../classes/GC.Spread.Sheets.Worksheet), `value`: `any`, `option`: `any`) => `void`

___

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

• **type**: [`DropDownType`](../enums/GC.Spread.Sheets.DropDownType)
