# GC.Spread.Sheets.Designer.ITableOption

## Content

# Interface: ITableOption

[Sheets](../modules/GC.Spread.Sheets).[Designer](../modules/GC.Spread.Sheets.Designer).ITableOption

## Hierarchy

- [`IBindingComponentBaseOption`](GC.Spread.Sheets.Designer.IBindingComponentBaseOption)

  ↳ **`ITableOption`**

## Table of contents

### Properties

- [bindingPath](GC.Spread.Sheets.Designer.ITableOption#bindingpath)
- [className](GC.Spread.Sheets.Designer.ITableOption#classname)
- [col](GC.Spread.Sheets.Designer.ITableOption#col)
- [colStyle](GC.Spread.Sheets.Designer.ITableOption#colstyle)
- [colStyles](GC.Spread.Sheets.Designer.ITableOption#colstyles)
- [content](GC.Spread.Sheets.Designer.ITableOption#content)
- [enableWhen](GC.Spread.Sheets.Designer.ITableOption#enablewhen)
- [footerStyle](GC.Spread.Sheets.Designer.ITableOption#footerstyle)
- [headerStyle](GC.Spread.Sheets.Designer.ITableOption#headerstyle)
- [id](GC.Spread.Sheets.Designer.ITableOption#id)
- [margin](GC.Spread.Sheets.Designer.ITableOption#margin)
- [mutexWith](GC.Spread.Sheets.Designer.ITableOption#mutexwith)
- [row](GC.Spread.Sheets.Designer.ITableOption#row)
- [rowStyle](GC.Spread.Sheets.Designer.ITableOption#rowstyle)
- [rowStyles](GC.Spread.Sheets.Designer.ITableOption#rowstyles)
- [style](GC.Spread.Sheets.Designer.ITableOption#style)
- [type](GC.Spread.Sheets.Designer.ITableOption#type)
- [visibleWhen](GC.Spread.Sheets.Designer.ITableOption#visiblewhen)

## Properties

### <a id="bindingpath" name="bindingpath"></a> bindingPath

• `Optional` **bindingPath**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[bindingPath](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#bindingpath)

___

### <a id="classname" name="classname"></a> className

• `Optional` **className**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[className](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#classname)

___

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

• `Optional` **col**: `number`

___

### <a id="colstyle" name="colstyle"></a> colStyle

• `Optional` **colStyle**: `string`

for all column

___

### <a id="colstyles" name="colstyles"></a> colStyles

• `Optional` **colStyles**: (`undefined` \| `string`)[]

for each column

___

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

• `Optional` **content**: (`undefined` \| `string`)[][]

___

### <a id="enablewhen" name="enablewhen"></a> enableWhen

• `Optional` **enableWhen**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[enableWhen](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#enablewhen)

___

### <a id="footerstyle" name="footerstyle"></a> footerStyle

• `Optional` **footerStyle**: `string`

___

### <a id="headerstyle" name="headerstyle"></a> headerStyle

• `Optional` **headerStyle**: `string`

___

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

• `Optional` **id**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[id](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#id)

___

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

• `Optional` **margin**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[margin](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#margin)

___

### <a id="mutexwith" name="mutexwith"></a> mutexWith

• `Optional` **mutexWith**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[mutexWith](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#mutexwith)

___

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

• `Optional` **row**: `number`

___

### <a id="rowstyle" name="rowstyle"></a> rowStyle

• `Optional` **rowStyle**: `string`

for all row

___

### <a id="rowstyles" name="rowstyles"></a> rowStyles

• `Optional` **rowStyles**: (`undefined` \| `string`)[]

for each row

___

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

• `Optional` **style**: `string`

___

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

• **type**: ``"Table"``

___

### <a id="visiblewhen" name="visiblewhen"></a> visibleWhen

• `Optional` **visibleWhen**: `string`

#### Inherited from

[IBindingComponentBaseOption](GC.Spread.Sheets.Designer.IBindingComponentBaseOption).[visibleWhen](GC.Spread.Sheets.Designer.IBindingComponentBaseOption#visiblewhen)
