Excel.CellValueAndPropertyMetadata type

表示属性的值和元数据。 元数据适用于属性 (而不是值) ,但它与此类型中的值结合使用。

export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;

注解

API 集:ExcelApi 1.16

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

Excel.CellValueExcel.EntityPropertyExtraProperties