# RemoveColumnsCommand

## Constructors

### constructor 

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

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

**Parameters:**

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

**Returns:** *[RemoveColumnsCommand](removecolumnscommand.md)*

## Properties

### indexes

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

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

___

### sheet

• **sheet**: *number*

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

## Methods

### columnsSpans 

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

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

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

___

### normalizedIndexes 

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

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

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