# AddColumnsCommand

## Constructors

### constructor 

\+ **new AddColumnsCommand**(`sheet`: number, `indexes`: [ColumnRowIndex](../globals.md#columnrowindex)[]): *[AddColumnsCommand](addcolumnscommand.md)*

*Defined in [src/Operations.ts:96](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Operations.ts#L96)*

**Parameters:**

Name | Type |
------ | ------ |
`sheet` | number |
`indexes` | [ColumnRowIndex](../globals.md#columnrowindex)[] |

**Returns:** *[AddColumnsCommand](addcolumnscommand.md)*

## Properties

### indexes

• **indexes**: *[ColumnRowIndex](../globals.md#columnrowindex)[]*

*Defined in [src/Operations.ts:99](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Operations.ts#L99)*

___

### sheet

• **sheet**: *number*

*Defined in [src/Operations.ts:98](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Operations.ts#L98)*

## Methods

### columnsSpans 

▸ **columnsSpans**(): *[ColumnsSpan](columnsspan.md)[]*

*Defined in [src/Operations.ts:107](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Operations.ts#L107)*

**Returns:** *[ColumnsSpan](columnsspan.md)[]*

___

### normalizedIndexes 

▸ **normalizedIndexes**(): *[ColumnRowIndex](../globals.md#columnrowindex)[]*

*Defined in [src/Operations.ts:103](https://github.com/handsontable/hyperformula/blob/b8542ec/src/Operations.ts#L103)*

**Returns:** *[ColumnRowIndex](../globals.md#columnrowindex)[]*