Edit

Excel.FunctionCellValue type

Represents a cell value which can be evaluated as a function.

export type FunctionCellValue = JavaScriptCustomFunctionReferenceCellValue;

Remarks

[Api set: ExcelApi 1.19]

Learn more about the types in this type alias through the following links.

Excel.JavaScriptCustomFunctionReferenceCellValue