Excel.ReferencedValue type

表示单元格中的值。

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

注解

[ API 集:ExcelApi 1.16 ]

通过以下链接详细了解此类型别名中的类型。

Excel.ArrayCellValueExcel.EntityCellValueExcel.RootReferenceCellValueExcel.DoubleCellValueExcel.StringCellValueExcel.BooleanCellValue