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