API Reference
@univerjs
@univerjs/sheets
interfaces
Iinsertrowcommandparams

@univerjs/sheets v0.1.17Docs


Interface: IInsertRowCommandParams

Properties

PropertyTypeDescriptionDefined in
cellValue?IObjectMatrixPrimitiveType<ICellData>-packages/sheets/src/commands/commands/insert-row-col.command.ts:64 (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:59 (opens in a new tab)
rangeIRangeThe range will the row be inserted.packages/sheets/src/commands/commands/insert-row-col.command.ts:63 (opens in a new tab)
subUnitIdstring-packages/sheets/src/commands/commands/insert-row-col.command.ts:52 (opens in a new tab)
unitIdstring-packages/sheets/src/commands/commands/insert-row-col.command.ts:51 (opens in a new tab)

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