Type Alias: ISetCellsNumfmt
type ISetCellsNumfmt = {
col: number;
pattern: string;
row: number;
}[];
Defined in: submodules/univer/packages/sheets/src/commands/mutations/numfmt-mutation.ts:160
Type declaration
Name | Type | Defined in |
---|---|---|
col | number | submodules/univer/packages/sheets/src/commands/mutations/numfmt-mutation.ts:160 |
pattern | string | submodules/univer/packages/sheets/src/commands/mutations/numfmt-mutation.ts:160 |
row | number | submodules/univer/packages/sheets/src/commands/mutations/numfmt-mutation.ts:160 |