API Reference
@univerjs
@univerjs/sheets-formula
interfaces
Iinsertfunction

@univerjs/sheets-formula v0.4.0Docs


Interface: IInsertFunction

Properties

PropertyTypeDescriptionDefined in
formulastringFunction namepackages/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 idpackages/sheets-formula/src/commands/commands/insert-function.command.ts:31 (opens in a new tab)
primary.columnnumber-packages/sheets-formula/src/commands/commands/insert-function.command.ts:33 (opens in a new tab)
primary.rownumber-packages/sheets-formula/src/commands/commands/insert-function.command.ts:32 (opens in a new tab)
rangeIRangeThe range into which the function is to be insertedpackages/sheets-formula/src/commands/commands/insert-function.command.ts:26 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.