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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins