AddColumnsCommand
Constructors
Section titled “Constructors”constructor
Section titled “constructor”+ new AddColumnsCommand(sheet: number, indexes: ColumnRowIndex[]): AddColumnsCommand
Defined in src/Operations.ts:96
Parameters:
| Name | Type |
|---|---|
sheet | number |
indexes | ColumnRowIndex[] |
Returns: AddColumnsCommand
Properties
Section titled “Properties”indexes
Section titled “indexes”• indexes: ColumnRowIndex[]
Defined in src/Operations.ts:99
• sheet: number
Defined in src/Operations.ts:98
Methods
Section titled “Methods”columnsSpans
Section titled “columnsSpans”▸ columnsSpans(): ColumnsSpan[]
Defined in src/Operations.ts:107
Returns: ColumnsSpan[]
normalizedIndexes
Section titled “normalizedIndexes”▸ normalizedIndexes(): ColumnRowIndex[]
Defined in src/Operations.ts:103
Returns: ColumnRowIndex[]