@univerjs/sheets v0.4.2 • Docs
Interface: IInsertRowCommandParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
cellValue? | IObjectMatrixPrimitiveType <ICellData > | - | packages/sheets/src/commands/commands/insert-row-col.command.ts:62 (opens in a new tab) |
direction | UP | DOWN | whether it is inserting row after (DOWN) or inserting before (UP) this determines styles of the cells in the inserted rows | packages/sheets/src/commands/commands/insert-row-col.command.ts:57 (opens in a new tab) |
range | IRange | The range will the row be inserted. | packages/sheets/src/commands/commands/insert-row-col.command.ts:61 (opens in a new tab) |
subUnitId | string | - | packages/sheets/src/commands/commands/insert-row-col.command.ts:50 (opens in a new tab) |
unitId | string | - | packages/sheets/src/commands/commands/insert-row-col.command.ts:49 (opens in a new tab) |