Excel.ReferencedValue type

Represents the value in a cell.

export type ReferencedValue = ArrayCellValue | EntityCellValue | RootReferenceCellValue;

Remarks

[ API set: ExcelApi 1.16 ]