@univerjs/sheets v0.4.2 • Docs
Interface: IMoveRowsMutationParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
sourceRange | IRange | The rows to be moved. | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:26 (opens in a new tab) |
subUnitId | string | - | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:22 (opens in a new tab) |
targetRange | IRange | The 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) |
unitId | string | - | packages/sheets/src/commands/mutations/move-rows-cols.mutation.ts:21 (opens in a new tab) |