Excel.CellValueAndPropertyMetadata type
表示属性的值和元数据。 元数据应用于属性 (,而不是) 的值,但它与这种类型的值相结合。
export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;
注解
通过以下链接详细了解此类型别名中的类型。
表示属性的值和元数据。 元数据应用于属性 (,而不是) 的值,但它与这种类型的值相结合。
export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;
通过以下链接详细了解此类型别名中的类型。