# AddRowsCommand

## Constructors

### constructor 

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

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

**Parameters:**

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

**Returns:** *[AddRowsCommand](addrowscommand.md)*

## Properties

### indexes

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

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

___

### sheet

• **sheet**: *number*

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

## Methods

### normalizedIndexes 

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

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

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

___

### rowsSpans 

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

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

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