# GC.Spread.Sheets.CellTypes.IDataBinding

## Content

# Interface: IDataBinding

[Sheets](../modules/GC.Spread.Sheets).[CellTypes](../modules/GC.Spread.Sheets.CellTypes).IDataBinding

## Table of contents

### Properties

- [dataSource](GC.Spread.Sheets.CellTypes.IDataBinding#datasource)
- [text](GC.Spread.Sheets.CellTypes.IDataBinding#text)
- [value](GC.Spread.Sheets.CellTypes.IDataBinding#value)

## Properties

### <a id="datasource" name="datasource"></a> dataSource

• **dataSource**: `string`

Represents the data binding source. it can be a table name, or a formula.

___

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

• `Optional` **text**: `string` \| `number`

Represents the column name or column index of the data source that will binding to the text of the item of the ComboBox.

___

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

• `Optional` **value**: `string` \| `number`

Represents the column name or column index of the data source that will binding to the value of the item of the ComboBox.
