Excel.CellValueAndPropertyMetadata type

表示属性的值和元数据。 元数据应用于属性 (,而不是) 的值,但它与这种类型的值相结合。

export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;

注解

[ API 集:ExcelApi 1.16 ]