Excel.CellValueAndPropertyMetadata type

プロパティの値とメタデータを表します。 メタデータはプロパティに適用されますが (値は適用されません)、この型の値と組み合わされます。

export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;

注釈

API セット: ExcelApi 1.16

このタイプのエイリアスのタイプの詳細については、次のリンクを参照してください。

Excel.CellValueExcel.EntityPropertyExtraProperties