API Reference
@univerjs
@univerjs/sheets
interfaces
Imovecolumnsmutationparams

@univerjs/sheets v0.1.17Docs


Interface: IMoveColumnsMutationParams

Properties

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

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