@univerjssheetsindexinterfacesIinsertrowcommandparams

@univerjs/sheets v0.5.0-beta.1Docs


Interface: IInsertRowCommandParams

Properties

PropertyTypeDescriptionDefined in
cellValue?IObjectMatrixPrimitiveType<ICellData>-submodules/univer/packages/sheets/src/commands/commands/insert-row-col.command.ts:62
directionUP | DOWNwhether it is inserting row after (DOWN) or inserting before (UP) this determines styles of the cells in the inserted rowssubmodules/univer/packages/sheets/src/commands/commands/insert-row-col.command.ts:57
rangeIRangeThe range will the row be inserted.submodules/univer/packages/sheets/src/commands/commands/insert-row-col.command.ts:61
subUnitIdstring-submodules/univer/packages/sheets/src/commands/commands/insert-row-col.command.ts:50
unitIdstring-submodules/univer/packages/sheets/src/commands/commands/insert-row-col.command.ts:49