Edit

Excel.ReferencedValue type

Represents the value in a cell.

export type ReferencedValue = ArrayCellValue | EntityCellValue | RootReferenceCellValue | DoubleCellValue | StringCellValue | BooleanCellValue;

Remarks

[Api set: ExcelApi 1.16]

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

Excel.ArrayCellValue, Excel.EntityCellValue, Excel.RootReferenceCellValue, Excel.DoubleCellValue, Excel.StringCellValue, Excel.BooleanCellValue