API Reference
@univerjs
@univerjs/sheets
interfaces
Iinsertrowcommandparams

@univerjs/sheets v0.4.2Docs


Interface: IInsertRowCommandParams

Properties

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

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.