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
Learn more about the types in this type alias through the following links.