API Reference
@univerjs
@univerjs/sheets
interfaces
Imoverowsmutationparams

@univerjs/sheets v0.1.17Docs


Interface: IMoveRowsMutationParams

Properties

PropertyTypeDescriptionDefined in
sourceRangeIRangeThe rows to be moved.packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:27 (opens in a new tab)
subUnitIdstring-packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:23 (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:31 (opens in a new tab)
unitIdstring-packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:22 (opens in a new tab)

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