Edit

Share via


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