AddRowsCommand
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new AddRowsCommand(sheet: number, indexes: ColumnRowIndex[]): AddRowsCommand
Defined in src/Operations.ts:78
Parameters:
| Name | Type |
|---|---|
sheet | number |
indexes | ColumnRowIndex[] |
Returns: AddRowsCommand
Properties
Section titled “Properties”indexes
Section titled “indexes”• indexes: ColumnRowIndex[]
Defined in src/Operations.ts:81
• sheet: number
Defined in src/Operations.ts:80
Methods
Section titled “Methods”normalizedIndexes
Section titled “normalizedIndexes”▸ normalizedIndexes(): ColumnRowIndex[]
Defined in src/Operations.ts:85
Returns: ColumnRowIndex[]
rowsSpans
Section titled “rowsSpans”▸ rowsSpans(): RowsSpan[]
Defined in src/Operations.ts:89
Returns: RowsSpan[]