API Reference
@univerjs
@univerjs/sheets
interfaces
Imoverowsmutationparams

@univerjs/sheets v0.4.2Docs


Interface: IMoveRowsMutationParams

Properties

PropertyTypeDescriptionDefined in
sourceRangeIRangeThe rows to be moved.packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:26 (opens in a new tab)
subUnitIdstring-packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:22 (opens in a new tab)
targetRangeIRangeThe destination range to move the source rows to. Note that the range is before the movement has occurred.packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:30 (opens in a new tab)
unitIdstring-packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:21 (opens in a new tab)

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