@univerjs/sheets v0.4.2 • Docs
Interface: ISetFrozenMutationParams
Properties
Property | Type | Description | Defined in |
---|---|---|---|
resetScroll? | boolean | - | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:35 (opens in a new tab) |
startColumn | number | - | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:24 (opens in a new tab) |
startRow | number | - | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:23 (opens in a new tab) |
subUnitId | string | - | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:22 (opens in a new tab) |
unitId | string | - | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:21 (opens in a new tab) |
xSplit | number | Number of frozen columns. if column freeze start at 7, end at 10, then xSplit is 3 | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:34 (opens in a new tab) |
ySplit | number | Number of frozen rows. if row freeze start at 7, end at 10, then ySplit is 3 | packages/sheets/src/commands/mutations/set-frozen.mutation.ts:29 (opens in a new tab) |