@univerjs/sheets v0.4.2 • Docs
Type Alias: ISetCellsNumfmt
type ISetCellsNumfmt: {
col: number;
pattern: string;
row: number;
}[];
Defined in
packages/sheets/src/commands/mutations/numfmt-mutation.ts:160 (opens in a new tab)
@univerjs/sheets v0.4.2 • Docs
type ISetCellsNumfmt: {
col: number;
pattern: string;
row: number;
}[];
packages/sheets/src/commands/mutations/numfmt-mutation.ts:160 (opens in a new tab)