RemoveRowsCommand
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new RemoveRowsCommand(sheet: number, indexes: ColumnRowIndex[]): RemoveRowsCommand
Defined in src/Operations.ts:60
Parameters:
| Name | Type |
|---|---|
sheet | number |
indexes | ColumnRowIndex[] |
Returns: RemoveRowsCommand
Properties
Section titled “Properties”indexes
Section titled “indexes”• indexes: ColumnRowIndex[]
Defined in src/Operations.ts:63
• sheet: number
Defined in src/Operations.ts:62
Methods
Section titled “Methods”normalizedIndexes
Section titled “normalizedIndexes”▸ normalizedIndexes(): ColumnRowIndex[]
Defined in src/Operations.ts:67
Returns: ColumnRowIndex[]
rowsSpans
Section titled “rowsSpans”▸ rowsSpans(): RowsSpan[]
Defined in src/Operations.ts:71
Returns: RowsSpan[]