# RemoveRowsCommand

## Constructors

### constructor 

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

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

**Parameters:**

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

**Returns:** *[RemoveRowsCommand](removerowscommand.md)*

## Properties

### indexes

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

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

___

### sheet

• **sheet**: *number*

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

## Methods

### normalizedIndexes 

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

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

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

___

### rowsSpans 

▸ **rowsSpans**(): *[RowsSpan](rowsspan.md)[]*

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

**Returns:** *[RowsSpan](rowsspan.md)[]*