Excel.CellValueAndPropertyMetadata type
表示属性的值和元数据。 元数据适用于属性 (而不是值) ,但它与此类型中的值结合使用。
export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;
表示属性的值和元数据。 元数据适用于属性 (而不是值) ,但它与此类型中的值结合使用。
export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;