RemoveColumnsCommand
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new RemoveColumnsCommand(sheet: number, indexes: ColumnRowIndex[]): RemoveColumnsCommand
Defined in src/Operations.ts:114
Parameters:
| Name | Type |
|---|---|
sheet | number |
indexes | ColumnRowIndex[] |
Returns: RemoveColumnsCommand
Properties
Section titled “Properties”indexes
Section titled “indexes”• indexes: ColumnRowIndex[]
Defined in src/Operations.ts:117
• sheet: number
Defined in src/Operations.ts:116
Methods
Section titled “Methods”columnsSpans
Section titled “columnsSpans”▸ columnsSpans(): ColumnsSpan[]
Defined in src/Operations.ts:125
Returns: ColumnsSpan[]
normalizedIndexes
Section titled “normalizedIndexes”▸ normalizedIndexes(): ColumnRowIndex[]
Defined in src/Operations.ts:121
Returns: ColumnRowIndex[]