Excel.CellValueAndPropertyMetadata type

Represents the value and metadata of a property. The metadata applies to the property (and not the value), but it is combined with the value in this type.

export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;

Remarks

[ API set: ExcelApi 1.16 ]