Excel.CellValueAndPropertyMetadata type

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

export type CellValueAndPropertyMetadata = (CellValue) & EntityPropertyExtraProperties;

注釈

[ API セット: ExcelApi 1.16 ]