@univerjs/sheets-formula v0.4.2 • Docs
Interface: IInsertFunction
Properties
Property | Type | Description | Defined in |
---|---|---|---|
formula | string | Function name | packages/sheets-formula/src/commands/commands/insert-function.command.ts:39 (opens in a new tab) |
primary | { column : number ; row : number ; } | Where there is a function id, other locations reference this function id | packages/sheets-formula/src/commands/commands/insert-function.command.ts:31 (opens in a new tab) |
primary.column | number | - | packages/sheets-formula/src/commands/commands/insert-function.command.ts:33 (opens in a new tab) |
primary.row | number | - | packages/sheets-formula/src/commands/commands/insert-function.command.ts:32 (opens in a new tab) |
range | IRange | The range into which the function is to be inserted | packages/sheets-formula/src/commands/commands/insert-function.command.ts:26 (opens in a new tab) |